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: EXAMPLES.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1228,7 +1228,7 @@ export const auth0 = new Auth0Client({
1228
1228
1229
1229
### Customizing Transaction Cookie Expiration
1230
1230
1231
-
You can configure transaction cookies expiration by providing a `maxAge`proeprty for `transactionCookie`.
1231
+
You can configure transaction cookies expiration by providing a `maxAge`property for `transactionCookie`.
1232
1232
1233
1233
```ts
1234
1234
exportconstauth0=newAuth0Client({
@@ -1402,8 +1402,8 @@ If you'd like to customize the `user` object to include additional custom claims
1402
1402
The SDK mounts 6 routes:
1403
1403
1404
1404
1. `/auth/login`: the login route that the user will be redirected to to start a initiate an authentication transaction
1405
-
2. `/auth/logout`: the logout route that must be addedto your Auth0 application's Allowed Logout URLs
1406
-
3. `/auth/callback`: the callback route that must be addedto your Auth0 application's Allowed Callback URLs
1405
+
2. `/auth/logout`: the logout route that must be added to your Auth0 application's Allowed Logout URLs
1406
+
3. `/auth/callback`: the callback route that must be added to your Auth0 application's Allowed Callback URLs
1407
1407
4. `/auth/profile`: the route to check the user's session and return their attributes
1408
1408
5. `/auth/access-token`: the route to check the user's session and return an access token (which will be automatically refreshed if a refresh token is available)
1409
1409
6. `/auth/backchannel-logout`: the route that will receive a `logout_token` when a configured Back-Channel Logout initiator occurs
0 commit comments