Releases: wmlele/devise-otp
Releases · wmlele/devise-otp
v0.8.0
What's Changed
- Fix issue with scoped redirects for non-default resources by @strouptl in #88
- CHANGED: Update supported Rails version to v7.2 by @tarellel in #87
- Add support for Rails 7.2, drop support for Rails 6.1 by @n-rodriguez in #92
- Clean old docs by @strzibny
- Add migration version numbers by @strzibny
New Contributors
Full Changelog: v0.7.1...v0.8.0
v0.7.1
v0.7.0
What's Changed
- Unblock Tests by @strouptl in #73
- Fix CI failures by @strouptl in #74
- Confirm OTP Token by @strouptl in #72
- Update otp_credentials#show to redirect to new_session_path for blank challenge by @strouptl in #75
- Fix Mandatory OTP Issue by @strouptl in #78
- Refresh Credentials Hook by @strouptl in #79
- Update Refreshable hook and helper methods to get/set values as strings again by @strouptl in #81
- Switch test suite to default Rack Test by @strouptl in #82
- Fix regression due to warden session scope usage by @strouptl in #85
- Add "Reset" button, and repurpose/hide "Disable" button for Mandatory OTP by @strouptl in #83
- Utilize Warden Redirect by @strouptl in #80
- Update Two-Factor Authentication spelling by @strouptl in #84
New Contributors
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- mandatory otp fix by @cotcomsol in #68
- Remove success message by @strzibny in #69
- support rails 6.1 by @cotcomsol in #67