SupabaseS
Supabase12mo ago
Kludex

Why do I need a session in the backend?

I have an application that uses FastAPI in the backend, and I'm replacing my code to use supabase. In my current implementation, I have a call to https://github.com/login/oauth/access_token with the
code
that was given back from GitHub. It seems that I need to replace that logic to use client.auth.exchange_code_for_session, but I don't want to have the session storage managed in the backend.
Was this page helpful?