Closed acupofjose closed 2 years ago
Inspired by #30.
Fixes #29 by changing redirect_to into a query parameter instead of POST data. GetSessionFromUrl accounts for gotrue sending a url of the format: http://localhost:9000?status=success#access_token=blahblah
redirect_to
GetSessionFromUrl
http://localhost:9000?status=success#access_token=blahblah
Inspired by #30.
Fixes #29 by changing
redirect_to
into a query parameter instead of POST data.GetSessionFromUrl
accounts for gotrue sending a url of the format:http://localhost:9000?status=success#access_token=blahblah