Replace localhost with 127.0.0.1 in redirect_uris (RFC 8252)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Julien Calixte
2026-03-28 23:18:32 +01:00
parent 3576ccf976
commit 6167df084f
2 changed files with 5 additions and 4 deletions

View File

@@ -4,8 +4,8 @@
"client_uri": "https://coffee.apoena.dev",
"redirect_uris": [
"https://coffee.apoena.dev/oauth/callback",
"http://localhost:5173/oauth/callback",
"http://localhost:5174/oauth/callback"
"http://127.0.0.1:5173/oauth/callback",
"http://127.0.0.1:5174/oauth/callback"
],
"grant_types": ["authorization_code", "refresh_token"],
"response_types": ["code"],