Changelog for yesod-auth-simple-1.1.0
Revision history for yesod-auth-simple
This format is based on Keep A Changelog.
Unreleased
1.1.0 - 2022-05-23
- Make it build with ghc 9 by getting rid of AuthHandler in the typeclass and use the more general MonadAuthHandler.
1.0.0 - 2022-05-04
Added
YesodAuthSimpleclass methods:isConfirmationPendingto check if an email is waiting for confirmationonEmailAlreadyExistto specify an action if the email is already registered.confirmationEmailResentTemplateto notify user that a confirmation email has been resent
- Route
getConfirmationEmailResentRto redirect user after the confirmation email has been resent - Functions
getError,setError,clearErroradded to export list
Changed
postRegisterRimplementation logic. If you don't implement the newYesodAuthSimplemethods, it will work just like the old implementation
0.0.0 -- 2018-12-02
- First version. Not exactly ready for release.