You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_partials/hooks/use-auth.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{/* TODO: Keep in sync with /tanstack-react-start/read-session-data and /expo/read-session-user-data */}
2
2
3
-
The following example uses the [`useAuth()`](/docs/reference/hooks/use-auth) hook to access the current auth state, as well as helper methods to manage the current active session. The following example demonstrates how to use the available properties of the `useAuth()` hook.
3
+
The following example uses the [`useAuth()`](/docs/reference/hooks/use-auth) hook to access the current auth state, as well as helper methods to manage the current session.
Copy file name to clipboardExpand all lines: docs/getting-started/quickstart.vue.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ This tutorial assumes that you're using [Vue 3](https://vuejs.org/) with [TypeSc
98
98
99
99
### Add `clerkPlugin` to your app
100
100
101
-
`clerkPlugin` provides active session and user context to Clerk's components and composables. It's required to pass your Clerk Publishable Key as an option. You can add an `if` statement to check that the key is imported properly. This prevents the app from running without the Publishable Key and catches TypeScript errors.
101
+
`clerkPlugin` provides session and user context to Clerk's components and composables. It's required to pass your Clerk Publishable Key as an option. You can add an `if` statement to check that the key is imported properly. This prevents the app from running without the Publishable Key and catches TypeScript errors.
102
102
103
103
The `clerkPlugin` accepts optional options, such as `{ signInForceRedirectUrl: '/dashboard' }`. See the [reference documentation](/docs/reference/vue/clerk-plugin) for more information.
0 commit comments