@clerk/nextjs@7.8.0
·
43 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Minor Changes
- In development, missing Clerk keys no longer activate keyless mode. When
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEYandCLERK_SECRET_KEYare not set, the SDK now throws an error directing you to runnpx clerk@latest init, which provisions a Clerk application and writes the keys to.env.local. Keyless credentials stored in the development keyless cookie are no longer read. Existing apps with configured or claimed keys are unaffected. (#9493) by @djgould