Skip to content
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

fix(gotrue): Signing in does not remove the session unless the operation succeeds. #945

Merged
merged 3 commits into from
Jun 11, 2024

Conversation

dshukertjr
Copy link
Member

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

Currently, the SDK removes the session whenever a user tries to sign-in / sign-up. If the operation fails, the user is signed out from the original session they had. This PR fixes the behavior so that the session is not removed.

What is the new behavior?

The user's session is not removed at the beginning of calling sign-in / sign-up methods, and they will keep the existing session if the sign-in / sign-up operation fails.

Additional context

JS PR: supabase/auth-js#915

@dshukertjr
Copy link
Member Author

Just noticed that there are a bunch of errors on the tests. Looking into it right now.

@dshukertjr dshukertjr merged commit b2854c5 into main Jun 11, 2024
9 checks passed
@dshukertjr dshukertjr deleted the fix/auth-remove-session branch June 11, 2024 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants