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
code
that was given back from GitHub. It seems that I need to replace that logic to use
client.auth.exchange_code_for_session
client.auth.exchange_code_for_session
, but I don't want to have the session storage managed in the backend.
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.