Does realtime support RLS?
# off-topic
d
Does realtime support RLS?
Based on the Websocket Connection Authorization on the repo (https://github.com/supabase/realtime) it seemed like it did but wanted to check since I didn't see an example
s
At the moment it doesn't but this is on the roadmap
d
Gotcha, thanks! What is the JWT verification for then?
s
I'm going to guess to verify the JWT token
d
Sorry, to clarify... I saw that there were 3 cases for JWT tokens (https://supabase.io/docs/learn/auth-deep-dive/auth-deep-dive-jwts), which is why I thought auth might be supported. is it just meant to verify anon keys (case 1)?