Releases: Luzifer/nginx-sso
Releases · Luzifer/nginx-sso
v0.22.0
- Switch to Go1.12+ vendoring
- Fix: Broken HTML tag
- Fix: Handle Unauthorized as no user found instead of generic error
- Update vendored libraries
v0.21.5
- [#41] Set default cookie values in all providers (#45)
v0.21.4
- Prefer simple authenticator over LDAP (#42)
v0.21.3
- Fix: Even with offline access no refresh token is present
v0.21.2
- Fix: Google not returning refresh tokens
v0.21.1
- Fix: Use cookie for redirects after oAuth flow
v0.21.0
- [#35] Implement OpenID Connect auth provider
- Fix: Only overwrite default if config is non-empty
v0.20.1
- Fix: Do not list login methods without label
v0.20.0
- Add special group for all authenticated users
- Modernize login dialog
(To update your existing login dialog with the Docker container delete the frontend
folder completely, it will be re-created after the next start of the container or just update the index.html
file with the one from within this repo)
v0.19.0
- Implement oAuth2 provider: Google (#15 / #35)
- Add default page in case neither redirect was specified
- Refactoring: Move auth plugins to own modules
- Refactoring: Move MFA plugins to own modules
- Update dependencies