Teddy Hartanto

Results 8 comments of Teddy Hartanto

I'd love to see this implemented too! I like to use the tint no matter what time of the day it is.

Hi all, I highly appreciate all the discussions & efforts in this thread. I'm a complete newbie when it comes to X509 certificate / ASN.1 encoding standards. I see there...

Nope and RLS not enabled at all: ![image](https://github.com/user-attachments/assets/a75bd6b6-e13f-47f5-aac9-a7e6a8c544b7) I don't use RLS & Data API in my project (`public` schema) Should I have enabled RLS and set a policy there...

_(I deleted the previous comment because I tested wrongly and so the result I reported was wrong. Below is the real report)_ Okay I tried it out. ![image](https://github.com/user-attachments/assets/4d92c754-ba56-4437-baa6-63430e823ad6) I set...

i would get `SUBSCRIBED` instead of `CHANNEL_ERROR` if the RLS for `realtime.messages` is simply set to `true`. I've tested from `true` -> `EXIST (SELECT 1)` -> ` (EXISTS ( SELECT...

@w3b6x9 yeah i think it's not the access token. I monitored the WS payloads and I could see that the `authenticated` JWT token is passed correctly instead of an `anon`...

@filipecabaco ## When RLS Policy is `(EXISTS ( SELECT 1 FROM chat_room_members))` ![image](https://github.com/user-attachments/assets/edc1318b-ff18-4de0-932b-9d9ec12060be) ``` {"ref":"1","event":"phx_reply","payload":{"status":"error","response":{"reason":"You do not have permissions to read from this Topic"}},"topic":"realtime:19a51893-6168-4b2d-91a6-47b0db323f64"} ``` ## When RLS Policy is...

Hi @mcd01, no answer yet unfortunately