Skip to content

authentication service based with postgres backend

License

Notifications You must be signed in to change notification settings

pg-eliphants/auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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