Skip to content

Releases: wmlele/devise-otp

v0.8.0

04 Sep 09:11
Compare
Choose a tag to compare

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

29 Jun 13:30
Compare
Choose a tag to compare

What's Changed

  • fix host and port for 3rd-party tests

v0.7.0

13 Jun 18:05
Compare
Choose a tag to compare

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

06 Jul 10:06
Compare
Choose a tag to compare

What's Changed