Fix Request: Prevent sending expired tokens to Realtime channelΒ #243
Closed
Description
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