Clerk Nuxt SDK
The Clerk Nuxt SDK gives you access to prebuilt components, composables, and helpers to make user authentication easier. Refer to the to get started.
Client-side helpers
Because the Nuxt SDK is built on top of the Clerk Vue SDK, you can use the composables that the Vue SDK provides. These composables include access to the object, , , and a set of useful helper methods for signing in and signing up. Learn more in the .
Auth
object
The Auth
object is available at event.context.auth()
in your event handlers. This JavaScript object contains important information like session data, your user's ID, as well as their organization ID. .
clerkMiddleware()
The clerkMiddleware()
helper integrates Clerk authentication and authorization into your Nuxt application through middleware. .
clerkClient()
The clerkClient()
helper returns an instance of the . .
Feedback
Last updated on