1
0
mirror of https://github.com/volatiletech/authboss.git synced 2025-03-29 22:06:58 +02:00

Update changelog

This commit is contained in:
Aaron L 2018-11-14 18:31:17 -08:00
parent 4eafb62a8f
commit 1c254ce6ce

View File

@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fix a bug where GET /login would panic when no FormValueRedirect is
provided. (thanks @rarguelloF)
- Fix a bug where lowercase password requirements in the default rules
implementation were not being checked correctly (thanks @rarguelloF)
- Fix a bug in remember where a user would get half-authed even though they
were logged in depending on middleware ordering.