Clearance v2.6.0 Release Notes
Release Date: 2022-06-12 // over 2 years ago-
- ⬇️ Drops support for Rails 5.0, 5.1 and 5.2, see https://endoflife.date/rails #964
- ⬇️ Drops support for Ruby 2.4, 2.5 and 2.6, see https://endoflife.date/ruby #964
- ➕ Adds support for Turbo with appropriate status codes #965
- Adds unique constraints on
remember_token
andconfirmation_token
#966 - 🔧 Allows
user_parameter
to be configuration, e.g.params[:custom_id]
instead ofparams[:user_id]
#782 (Bryan Marble) - 📚 Updates SignInGuard documentation #950 (Matthew LS)
- Forward options in redirect_back_or helper (#968) (Matthew LS)
- ➕ Add configuration option to disable sign in after password reset (#969) (Till Prochaska)
Previous changes from v2.5.0
-
🛠 Fixed
- 🛠 Fix open redirect vulnerability
🔄 Changed
- 0️⃣ Rename default branch to
main