How supabase authorization works
I've read the docs and I'm curious about this part https://supabase.com/docs/guides/auth#how-it-works
question: when it says "postgres inspects the JWT", does postgres actually query the database to match a stored JWT ? or how postgres "inspects" the JWT?
thank you in advance for the answers
4. Postgres inspects the JWT to determine the user making the request.question: when it says "postgres inspects the JWT", does postgres actually query the database to match a stored JWT ? or how postgres "inspects" the JWT?
thank you in advance for the answers
