File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
call-apis-on-users-behalf/others-api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ Auth0's Token Vault enables the LangGraph API to exchange a SPA's access token f
105105 - ** Allowed Callback URLs** : ` http://localhost:5173 `
106106 - ** Allowed Logout URLs** : ` http://localhost:5173 `
107107 - ** Allowed Web Origins** : ` http://localhost:5173 `
108- - Enable "Allow Refresh Token Rotation"
108+ - Enable "Allow Refresh Token Rotation" (needed to use multi-resource refresh tokens)
109109 - Enable "Refresh Token" in Grant Types under Advanced Settings
110110
1111112 . ** Create an Auth0 API** (representing your LangGraph API):
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ You will need the following prerequisites to run this app:
5858 - ** Allowed Callback URLs** : ` http://localhost:5173 `
5959 - ** Allowed Logout URLs** : ` http://localhost:5173 `
6060 - ** Allowed Web Origins** : ` http://localhost:5173 `
61- - Enable "Allow Refresh Token Rotation"
61+ - Enable "Allow Refresh Token Rotation" (needed to use multi-resource refresh tokens)
6262 - Enable "Refresh Token" in Grant Types under Advanced Settings
6363
64642 . Create an Auth0 API (representing your back-end API):
You can’t perform that action at this time.
0 commit comments