godot-engine.supabase icon indicating copy to clipboard operation
godot-engine.supabase copied to clipboard

WIP - Implement Google OAuth

Open Marenz opened this issue 1 year ago • 0 comments

  • 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?

Marenz avatar Mar 05 '25 20:03 Marenz