stephane-martin / bouncer

Authentication with Nginx and LDAP backend
Apache License 2.0
5 stars 0 forks source link

Support cookie based authentication #1

Open stephane-martin opened 7 years ago

stephane-martin commented 7 years ago

Implemented /login and /logout views for interactive form auth.

stephane-martin commented 7 years ago

README.md gives an example of the Nginx configuration.

stephane-martin commented 7 years ago

Next step: make it work like a "SSO": bouncer may protect multiple apps and services, possibly served on multiple domains, but the user should only authenticate once.