Interacting with Google Cloud APIs
After signing the user in, I have an additional "Register Gmail" function.
I want to configure my server code (Edge Runtime) to retrieve, store, and automatically refresh a server managed access and refresh token, so that it can interact with Google Cloud APIs using the user's credentials.
Can I use Supabase Auth for this, or will I have to implement my own PKCE flow manually with a separate client ID?
I want to configure my server code (Edge Runtime) to retrieve, store, and automatically refresh a server managed access and refresh token, so that it can interact with Google Cloud APIs using the user's credentials.
Can I use Supabase Auth for this, or will I have to implement my own PKCE flow manually with a separate client ID?