clerk-cookie
released this
08 Aug 11:33
·
663 commits
to main
since this release
Minor Changes
- Add a
nonce
to clerk-js' script loading options. Also adds anonce
prop toClerkProvider
. This can be used to thread a nonce value through to the clerk-js script load to support apps using astrict-dynamic
content security policy. For next.js applications, the nonce will be automatically pulled from the CSP header and threaded through without needing any props so long as the provider is server-rendered. (#3858) by @jescalan
Patch Changes
- Updated dependencies [
4e6c94e3f
]:- @clerk/[email protected]