We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b56ec commit 18fd720Copy full SHA for 18fd720
docs/Authentication.md
@@ -438,7 +438,7 @@ sequenceDiagram
438
participant RA as React Admin<br/>(authProvider)
439
participant A as Auth0 website
440
U->>RA: Access /posts
441
- Note over RA: checkAuth()<br/>(rejects)
+ Note over RA: checkAuth()<br/>Auth0Client.isAuthenticated()
442
RA->>A: Auth0Client.loginWithRedirect()
443
Note over A: Login using Auth0 form
444
A->>RA: Redirects to /auth-callback<br/>(with token)
docs/img/authProvider-OAuth-flow.png
6.76 KB
0 commit comments