You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The remember token cookie name is now customizable via Clearance.configuration.cookie_name.
Fixed
Fixed a redirect loop on the sign in page for applications that are still
using the deprecated authorize filter.
Signed in users that attempt to visit the sign in path are now redirected. The
redirect URL defaults to the same URL used for the redirect after sign in, but
can be customized by overriding passwords_controller#url_for_signed_in_users
Deprecated
users_controller#avoid_sign_in is now deprecated in favor of redirect_signed_in_users which is more accurately named.