ETA for user-level auth for realtime streams? #237
-
When do you expect support for user-level auth for realtime streams will land? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
|
Hey @nc - sorry I don't have a timeline yet. We're working on moving to Beta, which is mostly stabity, performance, and reliability fixes. User-level auth for realtime is a large chunk of work, so it will probably be after we move to Beta (start of December). |
Beta Was this translation helpful? Give feedback.
-
|
The above notice should be added to the top of github page for realtime, someone could shoot their foot off or worse with this exceptional foot-gun. JWTs are quite easy to intercept locally when the user has root/ logging is to active in the client application, or on the network when things aren't 100% correctly set up. With refresh tokens a user could potentially set up a simple application to have a persistent full replication window to the server. |
Beta Was this translation helpful? Give feedback.
-
|
Also interested in this. Realtime updates are a big sell of Firestore, and good support for it would definitely make me more likely to switch. Second that this should be flagged more prominently in the docs. This example (https://github.com/supabase/realtime/tree/master/examples/next-js) says the following:
but it's more of a sidenote. |
Beta Was this translation helpful? Give feedback.
-
Landed! Every Supabase project now has Realtime RLS. Database changes are now broadcast only to authorized users based on RLS policies. |
Beta Was this translation helpful? Give feedback.
Hey @nc - sorry I don't have a timeline yet. We're working on moving to Beta, which is mostly stabity, performance, and reliability fixes.
User-level auth for realtime is a large chunk of work, so it will probably be after we move to Beta (start of December).