We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Currently, logging a user out in one tab of a web browser does not log the user out in other tabs.
To Reproduce
AuthChangeEvent.signedOut
Actions that require a signed-in user are still possible in the second tab.
Expected behavior
The sign-out event should get triggered in all tabs.
Version (please complete the following information): ├── supabase_flutter 2.5.5 │ ├── supabase 2.2.1 │ │ ├── functions_client 2.2.0 │ │ ├── gotrue 2.8.0 │ │ ├── postgrest 2.1.2 │ │ ├── realtime_client 2.1.0 │ │ ├── storage_client 2.0.2
The text was updated successfully, but these errors were encountered:
Vinzent03
Successfully merging a pull request may close this issue.
Describe the bug
Currently, logging a user out in one tab of a web browser does not log the user out in other tabs.
To Reproduce
AuthChangeEvent.signedOut
event is triggered in the first tab but not in the second tabActions that require a signed-in user are still possible in the second tab.
Expected behavior
The sign-out event should get triggered in all tabs.
Version (please complete the following information):
├── supabase_flutter 2.5.5
│ ├── supabase 2.2.1
│ │ ├── functions_client 2.2.0
│ │ ├── gotrue 2.8.0
│ │ ├── postgrest 2.1.2
│ │ ├── realtime_client 2.1.0
│ │ ├── storage_client 2.0.2
The text was updated successfully, but these errors were encountered: