1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-10-18 07:34:22 +00:00
nginx-sso/History.md

140 lines
2.7 KiB
Markdown
Raw Normal View History

2019-04-26 17:44:58 +00:00
# 0.21.1 / 2019-04-26
* Fix: Use cookie for redirects after oAuth flow
2019-04-22 22:51:59 +00:00
# 0.21.0 / 2019-04-23
* [#35] Implement OpenID Connect auth provider
* Fix: Only overwrite default if config is non-empty
2019-04-22 18:07:39 +00:00
# 0.20.1 / 2019-04-22
* Fix: Do not list login methods without label
2019-04-22 17:55:05 +00:00
# 0.20.0 / 2019-04-22
* Add special group for all authenticated users
* Modernize login dialog
2019-04-22 04:44:23 +00:00
# 0.19.0 / 2019-04-22
* Update dependencies
* Move auth plugins to own modules
* Move MFA plugins to own modules
* Add default page in case neither redirect was specified
* Implement oAuth2 provider: Google
* Prepare moving auth plugins to own modules
2019-04-21 01:45:16 +00:00
# 0.18.0 / 2019-04-21
* Add redirect on root URL to login page
* Add default redirect URL for missing go-parameter
2019-04-20 22:20:42 +00:00
# 0.17.0 / 2019-04-21
* Work around missing URL parameters (#39)
2019-04-15 23:38:48 +00:00
# 0.16.2 / 2019-04-16
* Replace CDNJS as of permanent CORS failures
2019-03-17 14:41:45 +00:00
# 0.16.1 / 2019-03-17
* Fix: Do not crash main program on incompatible plugins
2019-02-23 18:47:46 +00:00
# 0.16.0 / 2019-02-23
* Enable CGO for plugin support
* Add plugin support (#38)
2019-01-17 22:51:27 +00:00
# 0.15.1 / 2019-01-17
* Fix: Host already had the port attached
* Fix audit logging when not using MFA (#32)
2019-01-06 14:37:05 +00:00
# 0.15.0 / 2019-01-06
* Add timestamp to audit log (#31)
* Fix several linter errors
2018-12-28 23:46:40 +00:00
# 0.14.0 / 2018-12-29
* [#25] Make TOTP provider fully configurable (#29)
* Move documentation to project Wiki
2018-12-28 22:55:32 +00:00
# 0.13.0 / 2018-12-28
* Add support for Duo MFA (#28)
2018-12-24 09:08:14 +00:00
# 0.12.0 / 2018-12-24
* Implement MFA verification for logins (#10)
2018-11-18 11:25:08 +00:00
# 0.11.1 / 2018-11-18
* [#19] Documentation improvements (#20)
2018-11-17 13:43:51 +00:00
# 0.11.0 / 2018-11-17
* [#17] Implement audit logging
2018-09-24 09:58:04 +00:00
# 0.10.0 / 2018-09-24
* Fix TLS dialing (#16)
* Use multi-stage build to reduce image size
2018-09-20 13:39:38 +00:00
# 0.9.0 / 2018-09-20
* Implement config reload on SIGHUP (#12)
2018-09-08 17:40:35 +00:00
# 0.8.1 / 2018-09-08
* Fix: Memory leak due to http requests stored forever
* Update repo-runner image
2018-07-26 20:41:20 +00:00
# 0.8.0 / 2018-07-26
* Allow searching group members by username (#9)
2018-06-18 09:49:11 +00:00
# 0.7.1 / 2018-06-18
* Fix: Ensure alias is set correctly when it is a DN
2018-06-18 09:21:57 +00:00
# 0.7.0 / 2018-06-18
* Add configurable username to LDAP auth
2018-03-15 22:12:31 +00:00
# 0.6.0 / 2018-03-15
* Add LDAP support (#3)
2018-02-04 14:37:03 +00:00
# 0.5.0 / 2018-02-04
* Implement Crowd authentication (#2)
2018-02-04 12:11:15 +00:00
# 0.4.2 / 2018-02-04
* Fix: Group assignments were not applied for Token auth
2018-02-04 12:01:01 +00:00
# 0.4.1 / 2018-02-04
* Fix: Token auth always had a logged in user
2018-02-04 10:36:35 +00:00
# 0.4.0 / 2018-02-04
* Allow grouping of tokens for simpler ACL
2018-01-28 20:48:19 +00:00
# 0.3.0 / 2018-01-28
* Document auto-renewal
* Auto-Renew cookies in simple and yubikey authenticators
2018-01-28 20:08:18 +00:00
# 0.2.0 / 2018-01-28
* Add usage docs
* Add basic auth to simple provider
* Add dockerized version
2018-01-28 14:57:59 +00:00
# 0.1.0 / 2018-01-28
2019-04-26 17:44:58 +00:00
* Initial version (#1)