-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest Release of supabase/gotrue
returns a null
session on /token?grant_type=refresh_token
#348
Closed
Tracked by
#25
Labels
bug
Something isn't working
Comments
4 tasks
fixed in #349 |
Thanks @kangmingtay! |
My bad for the noise -- i just realized the cli isn't using the latest image. |
osaxma
added a commit
to osaxma/cli
that referenced
this issue
Jan 30, 2022
The current go true image has a bug where refresh_token requests returns a `null` response. supabase/auth#348
soedirgo
pushed a commit
to supabase/cli
that referenced
this issue
Feb 8, 2022
The current go true image has a bug where refresh_token requests returns a `null` response. supabase/auth#348
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Describe the bug
When POSTing to the
/token?grant_type=refresh_token
endpoint it now returnsnull
instead of a session.To Reproduce
Using the following
docker-compose.yml
:Running:
Produces:
Then taking the
refresh_token
from above:Produces:
null
Expected behavior
Endpoint should return a session
System information
Additional context
Ref: supabase-community/gotrue-csharp#25
The text was updated successfully, but these errors were encountered: