Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 707 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 707 Bytes

auth

authentication service based with postgres backend

Ngrok for the win https://ngrok.com/ (recommended by chatGPT, lol)

Some ideas to create users for the postgres driver test

create role nossl with login noreplication connection limit -1 password 'nossl';
create role ssl with login noreplication connection limit -1 password 'sll';
create role nopasswd with login noreplication connection limit -1 password null;

Create CA PKI with EC