- Add
RouteConstraint
examples to README and tests
- [Breaking] Require Rails 7.1 and higher
- Add reset password functionality @kylekeesling
- Use
password_challenge
for update password @kylekeesling
- Create zh-TW.yml for translate traditional chinese by @RobertChang0722 in excid3#8
- Add french translations by @JulienItard in excid3#7
- Add german translation by @drale2k in excid3#11
- Add turkish translations by @beyzaakyol in excid3#12
- Added dutch language support by @yorickvandervis in excid3#9
- Add greek translation by @stefanos450 in excid3#17
- Add model generator by @gathuku in excid3#4
- Prevent session fixation attack by @gathuku in excid3#24
- Adds
authenticated
andunauthenticated
route helpers - Minimum password length of 12
- Add
revise_auth_controller?
helper to check if controller is from revise_auth
- Fixed render not finding view when updating password
- Update translations
- Initial release