Skip to content

Commit 18fd720

Browse files
committed
fix diagram
1 parent 97b56ec commit 18fd720

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/Authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ sequenceDiagram
438438
participant RA as React Admin<br/>(authProvider)
439439
participant A as Auth0 website
440440
U->>RA: Access /posts
441-
Note over RA: checkAuth()<br/>(rejects)
441+
Note over RA: checkAuth()<br/>Auth0Client.isAuthenticated()
442442
RA->>A: Auth0Client.loginWithRedirect()
443443
Note over A: Login using Auth0 form
444444
A->>RA: Redirects to /auth-callback<br/>(with token)
6.76 KB
Loading

0 commit comments

Comments
 (0)