godot-engine.supabase
godot-engine.supabase copied to clipboard
WIP - Implement Google OAuth
- Implement Google OAuth - WIP
- Trim whitespace at EOL
Refs #65
This is my attempt to implement Google OAuth. Unfortunately it's not working, I keep getting "invalid grant type" when passing on the google token to the backend using "authorization_code" as well as "pkce" the token type. Tried a few more.
If you want to try it yourself, replace the client_id, client_secret (with the ones google gives you) as well as the supabase client_id in line 194 of auth.gd.
Maybe someone else can figure it out?