Remove loopback redirect URIs — web apps can't use them per ATProto spec

OAuth only works on coffee.apoena.dev. Local dev is for UI only.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Julien Calixte
2026-03-28 23:20:25 +01:00
parent 5d3dcfb4bd
commit f591c2b0a0
3 changed files with 3 additions and 9 deletions

View File

@@ -3,9 +3,7 @@
"client_name": "Coffee Map",
"client_uri": "https://coffee.apoena.dev",
"redirect_uris": [
"https://coffee.apoena.dev/oauth/callback",
"http://127.0.0.1:5173/oauth/callback",
"http://127.0.0.1:5174/oauth/callback"
"https://coffee.apoena.dev/oauth/callback"
],
"grant_types": ["authorization_code", "refresh_token"],
"response_types": ["code"],