Releases: aarondl/authboss
v3.0.3
Fix that EventRecoverStart/End were not being called and so it was difficult to hook recover password flows.
Also note that remember was relying on this to delete remember cookies & all database remember tokens for a user, this previously was not happening and now it is and is sort of a behavior change. Upgrade carefully!
See CHANGELOG.md for detailed changes.
v3.0.2
v3.0.0
v2.4.1
Security fix. See CHANGELOG.md for details.
v2.0.0-rc3
Breaking changes did occur in the Remember/Recover interfaces for security.
See changelog for details.
Also worth looking at this diff which shows the changes I had to make to the sample to have it work again:
aarondl/authboss-sample@7aca750
v2.0.0-rc2
Release candidate 2 of v2.0.0.
This release should become v2.0.0 if there are no problems found.
Possible trouble areas still include a full API (with JWT token) web application. Hopefully we can get this tested soon.
For detailed release notes see changelog.
v1.2.0
- Allow FromName to be customizable in e-mails (thanks @maxhowald)