Need help setting up Auth0
Hey guys, I need help understanding the way supabase recommends adding auth0. As a third party provider.
In my application (Supabase + Nuxt) my user logs in successfully, but for some reason Supabase's
auth.jwt()
doesn't return the sub
. Hence I am unable to verify the user. I need help figuring out what I am missing.
In my usecase I am mostly using Supabase Client on the backend side only. So here is the code for it
The authorization
header is the accessToken being returned by the Auth0.
Here is one of my RLS policies which are failing
0 Replies