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/guides/authentication/auth0.md
+22-13Lines changed: 22 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,15 @@ sidebar_label: Auth0
6
6
7
7
# Integrating With Auth0
8
8
9
-
This guide provides simple examples of using Auth0 authentication with ZenStack. While Auth0 offers various authentication methods, this guide assumes you understand Auth0's authentication basics and can obtain a user object after authentication.
9
+
> This guide is contributed by [Sinan Güçlü](https://github.com/Driptap).
10
+
11
+
This guide provides simple examples of using [Auth0](https://auth0.com/) authentication with ZenStack. While Auth0 offers various authentication methods, this guide assumes you understand Auth0's authentication basics and can obtain a user object after authentication.
10
12
11
13
## The basic premise of applying a custom session object to ZenStack.
12
14
13
15
This section explains how to apply a custom session object to ZenStack by creating a user object and providing it to the enhance function when creating the Prisma client.
14
16
15
-
Create a user object and provide it to the enhance function when creating the Prisma client.
17
+
Create a user object and provide it to the `enhance` function when creating the Prisma client.
0 commit comments