chopper
12/29/2021, 10:30 PMusers
table.
I've created a custom auth flow that makes use of ethereum wallet signatures. The user's id
is basically their wallet address (a string) & is stored in JWT in the sub
claim. When creating my policy, i'm writing it like so auth.uid() = address
but I get an error on the supabase UI that looks like thisgaryaustin
12/29/2021, 10:55 PM