Supabase Auth
Sign in
Use a Supabase user that has already been provisioned in the local access table. If the Supabase account is valid but not linked to a local user yet, the sign-in will be blocked until we add that user.
Use a Supabase user that has already been provisioned in the local access table. If the Supabase account is valid but not linked to a local user yet, the sign-in will be blocked until we add that user.
If login works in Supabase but access is still denied, bootstrap the local user and organization shell first:
py -3.13 scripts/bootstrap_access.py --org-slug internal --org-name "Internal Team" --user-email you@example.com --user-name "Internal User" --feature search --feature authority_health --state NSW