Releases: ubccr/mokey
Releases · ubccr/mokey
v0.6.5
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0
- Major re-write. New login flow and template layout
- Upgrade to bootstrap 5
- Remove database dependency
- Switch to using Fiber web framework and htmx frontend
- New email text/html templates
- Add terms of service url to sign up page #97
- Add better messaging for disabled user at login #22
- Notification email sent anytime account updated #82
- Allow configuring default hash algorithm for OTP #99
- Add user block list #83
- Make server timeouts configurable #109
v0.5.6
v0.5.5
- Add security related HTTP headers #55
- Upgrade to latest hydra sdk. Tested against hydra v1.9.2
- Verify nsaccountlock before sending password reset email @cmd-ntrf
- Add option to require admin verification to enable new account @cmd-ntrf
- Restrict username to lowercase and not only number when signing up @cmd-ntrf
- Add option to always skip consent in hydra login flow @isard-vdi