fix(frontend): SuperOAuth flow — VITE_SUPEROAUTH_URL, redirect par provider, pas de client_id
Some checks failed
CI/CD — Build & Deploy / Build (push) Failing after 29s
CI/CD — Build & Deploy / Deploy to VPS (push) Has been skipped

This commit is contained in:
2026-03-14 07:39:51 +01:00
parent f1de2bb065
commit 75aad8968f
3 changed files with 13 additions and 5 deletions

View File

@@ -1,7 +1,9 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_SUPEROAUTH_AUTHORIZE_URL: string;
// URL de base SuperOAuth — ex: https://superoauth.tetardtek.com
// Flow login : VITE_SUPEROAUTH_URL + /api/v1/auth/oauth/:provider?redirectUrl=<callback>
readonly VITE_SUPEROAUTH_URL: string;
}
interface ImportMeta {