Neon Authorize Anonymous role
don't get angry if the question is dumb, but I'm trying to setup Row-Level Security (RLS) on my DB,
I saw that neon auth already supports that with clerk (auth provider), I saw the neon exposes anonymous role, if I'm not mistaken it's for the guests,
when I request the connection string from the neon dashboard it will not have a password, and if I use it, it will give an error about missing password (because I should be either provide a password or use authToken),
can someone point me to an example how to use this anonymous role, I didn't find many useful examples in neon
I saw that neon auth already supports that with clerk (auth provider), I saw the neon exposes anonymous role, if I'm not mistaken it's for the guests,
when I request the connection string from the neon dashboard it will not have a password, and if I use it, it will give an error about missing password (because I should be either provide a password or use authToken),
can someone point me to an example how to use this anonymous role, I didn't find many useful examples in neon
