Skip to content

@clerk/nextjs@7.8.0

Choose a tag to compare

@clerk-cookie clerk-cookie released this 20 Aug 22:15
· 43 commits to main since this release
Immutable release. Only release title and notes can be modified.
297c03d

Minor Changes

  • In development, missing Clerk keys no longer activate keyless mode. When NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY and CLERK_SECRET_KEY are not set, the SDK now throws an error directing you to run npx 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

Patch Changes

  • Updated dependencies [ea8cb05, f541dbf]:
    • @clerk/shared@4.29.3
    • @clerk/backend@3.16.10
    • @clerk/react@6.14.5