-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I notice that for provider-based login, the code says CURRENTLY UNSUPPORTED
godot-engine.supabase/addons/supabase/Auth/auth.gd
Lines 171 to 177 in 90a0572
| # [ CURRENTLY UNSUPPORTED ] | |
| # Sign in with a Provider | |
| # @provider = Providers.PROVIDER | |
| func sign_in_with_provider(provider : String, grab_from_browser : bool = true, port : int = 3000) -> void: | |
| OS.shell_open(_config.supabaseUrl + _provider_endpoint + "?provider="+provider) | |
| # ! to be implemented | |
| pass |
What's blocking this? Will it require different implementations on different platforms? I'd love to see it working!
rehhouari, cenullum, Bimbam360 and denishacquin
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request