Feature update 3.1.0
2023-10-16
New Features
- 2FA: use e-mail as 2nd factor authentication (#8)
Improvements
- Token will reset upon changing password (#11)
Backend
- Added a new variable to
.env.example
calledPROTOCOL
, this should be eitherhttp
orhttps
depending on if your website has an SSL certificate (you can leaveURL
blank if you use protocol variable)