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
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,8 +82,7 @@ You can add what you need to this variable and set the types for it as referred
82
82
83
83
You may want to keep a record of User's in your own database.
84
84
85
-
You can create your application in such a way that a lack of the user existing in the managed database triggers a process to create one, such as a user onboarding flow.
86
-
85
+
When a user doesn't exist in your database, your application can trigger an onboarding flow to create one:
87
86
```ts
88
87
const currentUser =async (req) => {
89
88
// Get your auth0 auth session
@@ -134,26 +133,26 @@ import { useAuth0 } from "@auth0/auth0-react";
0 commit comments