Skip to content

Commit 82d4ba5

Browse files
committed
docs: add optional OAUTH_REDIRECT_URI configuration to README for OAuth setup
1 parent 7a2796e commit 82d4ba5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ When you need OAuth 2.1 authentication with token validation, it's just a few co
192192
OAUTH_ISSUER=https://your-provider.com
193193
OAUTH_CLIENT_ID=your-client-id
194194
OAUTH_CLIENT_SECRET=your-client-secret
195+
OAUTH_REDIRECT_URI=http://localhost:3000/callback # Optional, defaults to BASE_URL/callback
195196
```
196197

197198
2. **Restart the server**

0 commit comments

Comments
 (0)