Skip to content

v1.8.0

Compare
Choose a tag to compare
@derekprior derekprior released this 11 Sep 19:53
· 549 commits to main since this release
c2e65e3

Added

  • 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.

Full Changelog