Skip to content

Commit 07c845a

Browse files
committed
fix: add note about Rotating RTs
1 parent 425c151 commit 07c845a

File tree

2 files changed

+2
-2
lines changed
  • call-apis-on-users-behalf/others-api

2 files changed

+2
-2
lines changed

call-apis-on-users-behalf/others-api/langchain-react-spa-js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

111111
2. **Create an Auth0 API** (representing your LangGraph API):

call-apis-on-users-behalf/others-api/vercel-react-spa-js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6464
2. Create an Auth0 API (representing your back-end API):

0 commit comments

Comments
 (0)