supabase-community / godot-engine.supabase

A lightweight addon which integrates Supabase APIs for Godot Engine out of the box.
MIT License
171 stars 19 forks source link

Added data payload option for sign_up and sign_up_phone functions. #73

Closed JoshOtter closed 7 months ago

JoshOtter commented 7 months ago

Added the data: Dictionary = {} argument to the sign_up and sign_up_phone functions in auth.gd, in order to match what is available on the 3.x version. The payload also includes "data":data to send that information in the Supabase API call.