Minor Changes
-
Experimental support for
has()with assurance. (#4118) by @panteliselefExample usage:
has({ __experimental_assurance: { level: "L2.secondFactor", maxAge: "A1.10min", }, });
Created a shared utility called
createCheckAuthorizationexported from@clerk/shared
Patch Changes
- Adds translation keys for error messages from the organizations API. (#4123) by @LauraBeatris