github clerk/javascript @clerk/nextjs@6.8.0

latest releases: @clerk/types@4.92.0, @clerk/clerk-js@5.99.0, @clerk/fastify@2.4.37...
11 months ago

Minor Changes

  • A new experimental feature is available: "Keyless mode" (#4602) by @panteliselef

    Normally, in order to start a Clerk + Next.js application you need to provide a publishable key and secret key. With "Keyless mode" activated you no longer need to provide these two keys to start your Clerk application. These keys will be automatically generated and the application can be claimed with your account either through a UI prompt or with a URL in your terminal.

    Requirements:

    • You need to use Next.js 14.2.0 or later
    • You need to set the environment variable NEXT_PUBLIC_CLERK_ENABLE_KEYLESS=true

Patch Changes

Don't miss a new javascript release

NewReleases is sending notifications on new releases.