GodotNuts / GodotFirebase

Implementations of Firebase for Godot using GDScript
MIT License
530 stars 76 forks source link

Redirect to correct local port after OAuth2 success #348

Closed tzrot-jed closed 8 months ago

tzrot-jed commented 1 year ago

The redirect_uri param always defaulted to http://localhost:8060 even when using a port other than default on function call get_auth_localhost.

The relevant issue number, if applicable. No issue has been opened.

Any new features that have been added Added a setter to _local_port to re-create the _local_uri var according to the port specified.

Any relevant tests that have been run No relevant test have been run or written

WolfgangSenff commented 8 months ago

I will go ahead and add this same functionality to the 4.x branch.