feat: Begin support for OIDC login

This commit is contained in:
2026-01-09 12:17:00 -05:00
parent 3c24900e15
commit 94e618bf91
9 changed files with 596 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ interface ImportMetaEnv {
readonly VITE_SUPABASE_URL: string;
readonly VITE_SUPABASE_ANON_KEY: string;
readonly VITE_VISION_API_URL?: string; // optional; defaults to "/api" via vite proxy
readonly VITE_ENABLE_MICROSOFT_LOGIN?: string; // optional; enable Microsoft Entra authentication
}
interface ImportMeta {