Skip to content

v2.0.3

Latest

Choose a tag to compare

@enjaku4 enjaku4 released this 19 Jul 15:33
· 2 commits to main since this release
0ca7621

Bugs

  • Fixed authentication raising NameError when the configured user model is not named User
  • Fixed Rails commands failing when the configured user model class does not exist yet
  • Fixed expired and inactive sessions still appearing as logged in on pages that don't require authentication
  • Fixed locking a user not terminating their sessions until their next request
  • Fixed password verification raising an error for users who have no password set
  • Fixed cross-tenant shapeshifting not working

Misc

  • The hashing algorithm can now be changed without breaking existing passwords