Clerk Nuxt SDK
The Nuxt SDK is built on top of the Vue SDK, and is the recommended method for integrating Clerk into your Nuxt application.
Guides
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 give you access to the Clerk
object and a set of useful helper methods for signing in and signing up. Learn more in the Vue SDK reference.
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. Learn more.
clerkMiddleware()
The clerkMiddleware()
helper integrates Clerk authentication and authorization into your Nuxt application through middleware. Learn more.
clerkClient()
The clerkClient()
helper returns an instance of the JavaScript Backend SDK. Learn more.
Feedback
Last updated on