fix(frontend): SuperOAuth flow — VITE_SUPEROAUTH_URL, redirect par provider, pas de client_id
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# URL complète d'autorisation OAuth — SuperOAuth
|
||||
# Format : https://superoauth.tetardtek.com/oauth/authorize?client_id=XXX&redirect_uri=http://localhost:5173/callback&response_type=token
|
||||
VITE_SUPEROAUTH_AUTHORIZE_URL=
|
||||
# URL de base SuperOAuth — pas de client_id, SuperOAuth ne gère pas ce concept
|
||||
# Le flow : /api/v1/auth/oauth/:provider?redirectUrl=<callback_url>
|
||||
# Valeur : voir brain/MYSECRETS section originsdigital
|
||||
VITE_SUPEROAUTH_URL=
|
||||
|
||||
Reference in New Issue
Block a user