Skip to content

pg-eliphants/auth

Repository files navigation

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

About

authentication service based with postgres backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published