Clerk Vue SDK
The Clerk Vue SDK gives you access to prebuilt components, composables, and helpers to make user authentication easier. Refer to the quickstart guide
clerkPlugin
To configure Clerk with Vue, you must initialize clerkPlugin. See the quickstart
updateClerkOptions()
The updateClerkOptions() function is used to update Clerk's options at runtime. It can be called at any time after Clerk has been initialized
Custom composables
The Vue SDK provides access to custom composables that include access to the Clerk
- useUser()
- useClerk()
- useAuth()
- useSignIn()
- useSignUp()
- useSession()
- useSessionList()
- useOrganization()
Framework-specific SDKs
Clerk offers framework-specific SDKs that are customized to provide the better developer experience and integration with each framework's features. Choose the appropriate SDK based on your framework:
Feedback
Last updated on