Skip to main content
Docs

Clerk Nuxt SDK

The Clerk Nuxt SDK gives you access to prebuilt components, composables, and helpers to make user authentication easier. Refer to the quickstart guide 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 Clerk object, User object, Organization 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

What did you think of this content?

Last updated on