Skip to content

Releases: clerk/javascript

@clerk/[email protected]

16 Sep 13:18
f532a8f
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

16 Sep 22:52
4ce6f68
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

16 Sep 13:18
f532a8f
Compare
Choose a tag to compare

@clerk/[email protected]

16 Sep 22:52
4ce6f68
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

16 Sep 13:18
f532a8f
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@clerk/[email protected]

16 Sep 13:18
f532a8f
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

16 Sep 22:51
4ce6f68
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

16 Sep 22:52
4ce6f68
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

16 Sep 13:18
f532a8f
Compare
Choose a tag to compare

@clerk/[email protected]

16 Sep 13:18
f532a8f
Compare
Choose a tag to compare

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