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 guideNuxt.js Icon 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 ClerkJavaScript Icon object, User objectJavaScript Icon, Organization objectJavaScript Icon, and a set of useful helper methods for signing in and signing up. Learn more in the Vue SDK referenceVue.js Icon.

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 moreClerk Icon.

clerkMiddleware()

The clerkMiddleware() helper integrates Clerk authentication and authorization into your Nuxt application through middleware. Learn moreNuxt.js Icon.

clerkClient()

The clerkClient() helper returns an instance of the JavaScript Backend SDKClerk Icon. Learn moreNuxt.js Icon.

Feedback

What did you think of this content?

Last updated on