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/content/4.usage/composables/useSupabaseClient.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This composable is using [supabase-js](https://github.com/supabase/supabase-js/)
14
14
The useSupabaseClient composable is providing all methods to manage authorization under `useSupabaseClient().auth`. For more details please see the [supabase-js auth documentation](https://supabase.com/docs/reference/javascript/auth-api). Here is an example for signing in and out:
15
15
16
16
::callout{icon="i-heroicons-light-bulb"}
17
-
If you want a full explanation on how to handle the authentication process, please read this [section](/get-started#handle-authentication).
17
+
If you want a full explanation on how to handle the authentication process, please read this [section](/authentication).
18
18
::
19
19
20
20
```ts
@@ -38,7 +38,7 @@ const signOut = async () => {
38
38
</script>
39
39
```
40
40
41
-
Please also take a look at [Get Started](/get-started) for the authorization flow.
41
+
Please also take a look at [Get Started](/authentication) for the authorization flow.
0 commit comments