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 Request: Prevent sending expired tokens to Realtime channel #1092

Open
grdsdev opened this issue Dec 3, 2024 · 0 comments · May be fixed by #1095
Open

Fix Request: Prevent sending expired tokens to Realtime channel #1092

grdsdev opened this issue Dec 3, 2024 · 0 comments · May be fixed by #1095
Labels
enhancement New feature or request realtime This issue or pull request is related to realtime

Comments

@grdsdev
Copy link

grdsdev commented Dec 3, 2024

Fix Request

To minimize the number of InvalidJWToken errors on the Realtime backend, we must check if the token is valid before pushing it.

Reference PR: supabase/realtime-js#437

@grdsdev grdsdev added the enhancement New feature or request label Dec 3, 2024
@dshukertjr dshukertjr added the realtime This issue or pull request is related to realtime label Dec 6, 2024
@grdsdev grdsdev linked a pull request Dec 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request realtime This issue or pull request is related to realtime
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants