Skip to content

Releases: volatiletech/authboss

v3.0.2

18 Sep 05:11
Compare
Choose a tag to compare

Security fix but also a behavior change that could hurt depending on your usage of redirects. Please see the changelog for details as well as this PR: #309

v3.0.0

06 Jul 16:58
Compare
Choose a tag to compare

Move to Go modules. No other changes.

v2.4.1

19 May 01:34
Compare
Choose a tag to compare

Security fix. See CHANGELOG.md for details.

v2.0.0-rc3

25 May 18:52
Compare
Choose a tag to compare
v2.0.0-rc3 Pre-release
Pre-release

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:
volatiletech/authboss-sample@7aca750

v2.0.0-rc2

14 May 22:06
Compare
Choose a tag to compare
v2.0.0-rc2 Pre-release
Pre-release

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

13 Nov 16:35
Compare
Choose a tag to compare
  • Allow FromName to be customizable in e-mails (thanks @maxhowald)