Skip to content

Releases: Luzifer/nginx-sso

v0.22.0

03 Nov 18:00
v0.22.0
21aee74
Compare
Choose a tag to compare
  • 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

29 Jun 11:00
v0.21.5
e83dc6a
Compare
Choose a tag to compare
  • [#41] Set default cookie values in all providers (#45)

v0.21.4

14 Jun 22:22
v0.21.4
b84a79e
Compare
Choose a tag to compare
  • Prefer simple authenticator over LDAP (#42)

v0.21.3

13 May 22:03
v0.21.3
07f1014
Compare
Choose a tag to compare
  • Fix: Even with offline access no refresh token is present

v0.21.2

13 May 19:27
v0.21.2
9bd8af7
Compare
Choose a tag to compare
  • Fix: Google not returning refresh tokens

v0.21.1

26 Apr 17:53
v0.21.1
bc00636
Compare
Choose a tag to compare
  • Fix: Use cookie for redirects after oAuth flow

v0.21.0

22 Apr 22:57
v0.21.0
72187c5
Compare
Choose a tag to compare
  • [#35] Implement OpenID Connect auth provider
  • Fix: Only overwrite default if config is non-empty

v0.20.1

22 Apr 18:11
v0.20.1
abc203a
Compare
Choose a tag to compare
  • Fix: Do not list login methods without label

v0.20.0

22 Apr 17:58
v0.20.0
8bf323f
Compare
Choose a tag to compare
  • 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

22 Apr 04:48
v0.19.0
1d3f88f
Compare
Choose a tag to compare
  • 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