mirror of
https://github.com/volatiletech/authboss.git
synced 2025-02-09 13:47:09 +02:00
- Fix bug where setup paths were not mountpathed so twofactor_verify would redirect to a 404. - Fix bug in remember where a user would be remembered even if logged in depending on the middleware order (if something had previously called LoadCurrentUser/LoadCurrentUserID it was fine, if not, the user was half-authed even if he was cleared of half-auth previously).