All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- allow users to visit
activateAccountSuccessPath
after first time login
- harden isLoggedIn query
- ensure storage folder exists
- update auth process to use file storage and cookie instead of user session to allow longer authentication sessions
- store auth cookie with hash and with expiry date in browser
- store hash and verify data in file storage
- add
craft.email2fa.isVerified
variable to check if a user is verified in twig templates
- update instruction text
- Initial release