Adonis + Supabase how to login with Google
Hi, I'm using Supabase with the Adonis framework and I currently have the following code:
However after connecting with google I have no cookie set. I tried to retrieve the login callback but it sends the credentials in the url fragment so I don't have access to it on the server side.
However after connecting with google I have no cookie set. I tried to retrieve the login callback but it sends the credentials in the url fragment so I don't have access to it on the server side.