Version
@nuxtjs/supabase: 1.1.2
nuxt: 3.7.0
Steps to reproduce
Add a ?code= parameter to any URL while logged in
What is actually happening?
A POST request is sent to https://[id].supabase.co/auth/v1/token?grant_type=pkce, which returns a 403 FORBIDDEN, and then logs the user out.
I'm using the Google API, which must return a ?code URL parameter.
