ScopeGuard

Scope-controlled contracts

Finish configuration

ScopeGuard needs Supabase for authentication and the ScopeGuard API for contracts, signing, and audit trails.

Supabase (auth)

Set in Frontend/.env.local:

  • NEXT_PUBLIC_SUPABASE_URL
  • NEXT_PUBLIC_SUPABASE_ANON_KEY

ScopeGuard API (FastAPI)

Set NEXT_PUBLIC_API_URL to your backend (e.g. http://127.0.0.1:8000). Run the API with uvicorn app.main:app --reload and apply DB migrations.