Skip to content
Compare
Choose a tag to compare
@clerk-cookie clerk-cookie released this 02 Oct 12:39
· 410 commits to main since this release
0cf6d04

Minor Changes

  • Rename __experimental_assurance to __experimental_reverification. (#4268) by @panteliselef

    • Supported levels are now are firstFactor, secondFactor, multiFactor.
    • Support maxAge is now replaced by maxAgeMinutes and afterMinutes depending on usage.
    • Introduced ____experimental_SessionVerificationTypes that abstracts away the level and maxAge
      • Allowed values 'veryStrict' | 'strict' | 'moderate' | 'lax'

Patch Changes