Browser Vue SDK
The Browser Vue SDK gives you access to prebuilt components, composables, and helpers to make user authentication easier. Refer to the quickstart guide to get started.
clerkPlugin
To configure Browser with Vue, you must initialize clerkPlugin. See the quickstart for more information.
updateClerkOptions()
The updateClerkOptions() function is used to update Browser's options at runtime. It can be called at any time after Browser has been initialized. See the reference documentation for more information.
Custom composables
The Vue SDK provides access to custom composables that include access to the Browser object, User object, Organization object, and a set of useful helper methods for signing in and signing up.
- useUser()
- useClerk()
- useAuth()
- useSignIn()
- useSignUp()
- useSession()
- useSessionList()
- useOrganization()
Objects
Learn about the key Browser objects that power many of Browser's SDKs.
Types
See the reference docs on types to get more information about the different types available for typing your application.
Framework-specific SDKs
Browser 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