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 cookie_expiration configuration lambda can now be called with a cookies parameter. Allows the Clearance cookie expiration to be set
according to the value of another cookie (such as remember_me).
Allow cookie domain and path configuration.
Add sign in guards.
Fixed
Don't allow logins with blank remember_token.
Deprecated
A cookie_expiration lambda that does not accept this cookies
parameter has been deprecated.