Skip to content

Releases: martenframework/marten-auth

0.2.1

09 Jul 12:21
bd93e72
Compare
Choose a tag to compare
  • Add missing MartenAuth#update_session_auth_hash method to refresh the session auth hash after changing a user's password

0.2.0

19 Jun 01:15
fbfeee5
Compare
Choose a tag to compare
  • Ensure that the email field is marked as unique: true in the User abstract model

0.1.1

20 Feb 01:24
e40e132
Compare
Choose a tag to compare
  • Ensure MartenAuth::User#check_password returns false in case the password is not a correctly encoded value
  • Add a MartenAuth::User#set_unusable_password method for situations where it's necessary to assign a non-usable password to a user

0.1.0

20 Feb 01:12
d827053
Compare
Choose a tag to compare

This is the initial release of Marten Auth!