Skip to content

v1.1.0

Compare
Choose a tag to compare
@croaky croaky released this 11 Sep 19:59
· 638 commits to main since this release

Added

  • Validate email with EmailValidator strict mode.
  • 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.

Full Changelog