1
0
mirror of https://github.com/volatiletech/authboss.git synced 2024-11-28 08:58:38 +02:00

Update changelog

This commit is contained in:
Aaron L 2018-11-04 23:00:14 -08:00
parent cf24e257d8
commit b5103a916f

View File

@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- Fix a bug where GET /login would panic when no FormValueRedirect is
provided. (thanks @rarguelloF)
- Fix a bug in remember where a user would get half-authed even though they
were logged in depending on middleware ordering.