Skip to content
Compare
Choose a tag to compare
@clerk-cookie clerk-cookie released this 16 Sep 13:18
· 24 commits to main since this release
f532a8f

Minor Changes

  • Experimental support for has() with assurance. (#4118) by @panteliselef

    Example usage:

    has({
      __experimental_assurance: {
        level: "L2.secondFactor",
        maxAge: "A1.10min",
      },
    });

    Created a shared utility called createCheckAuthorization exported from @clerk/shared

Patch Changes