Skip to content

Releases: ubccr/mokey

v0.6.4

28 May 13:13
v0.6.4
Compare
Choose a tag to compare
  • Update fiber
  • Add option to require admin verification #121
  • Fix OTP enabled bug #125

v0.6.3

10 Feb 01:05
v0.6.3
Compare
Choose a tag to compare
  • Update fiber
  • Update hydra go client
  • Trim spaces in names when creating/updating account
  • Add better error messages for name length
  • Add ability to better control log level

v0.6.2

27 Jan 02:19
v0.6.2
53da4fa
Compare
Choose a tag to compare
  • Fix sshpubkey update bug

v0.6.1

26 Jan 14:26
v0.6.1
b7d3353
Compare
Choose a tag to compare
  • Fix account settings update bug
  • Add hydra login prometheus counters

v0.6.0

25 Jan 20:35
v0.6.0
47acf0f
Compare
Choose a tag to compare
  • 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

18 May 15:10
v0.5.6
Compare
Choose a tag to compare
v0.5.6 Pre-release
Pre-release
  • Add config option to replace unexpired password tokens
  • Add email flag to resetpw command
  • Relax CSP settings to allow inline images and js
  • Add change expired password login flow

v0.5.5

25 Mar 19:08
v0.5.5
Compare
Choose a tag to compare
v0.5.5 Pre-release
Pre-release
  • 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

v0.5.4

15 Jul 02:05
v0.5.4
Compare
Choose a tag to compare
v0.5.4 Pre-release
Pre-release
  • Fix bug with missing set-cookie header issue #53

v0.5.3

29 Oct 16:19
v0.5.3
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release
  • Update Login/Conset flow for hydra v1.0.3+oryOS.10
  • Add support for SMTP AUTH (@cdwertmann)
  • Implement fully encrypted SMTP connection (@g5pw)
  • Fix bug if session keys change or session gets corrupted
  • Upgrade to echo v4

v0.5.2

12 Sep 17:45
v0.5.2
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release
  • Add option to disable user signup
  • Add new command for re-sending verify emails