Demo, all content is generated
Share
Verify a Supabase token in FastAPI as a dependency
For a Python backend sitting next to a Supabase frontend. This uses the legacy shared JWT secret from your project settings; if your project issues asymmetric keys, fetch the JWKS instead and keep the rest. Expiry is checked for you.
For newer Supabase projects with asymmetric signing keys, the JWKS route in the description is the one to use. grace_mw · edited
Yes, that's why it's in there. olu_backend · edited