Manuel Coffin
03/24/2022, 2:02 PM1. A user signs up. Supabase creates a new user in the auth.users table.
2. Supabase returns a new JWT, which contains the user's UUID.
3. Every request to your database also sends the JWT.
I was wondering if the process is automatic, or is it the dev responsability to store the jwt and send it to. each request? Thanks!Needle
03/24/2022, 2:02 PM/title
command!
We have solved your problem?
Click the button below to archive it.Needle
03/24/2022, 2:30 PMOlyno
03/24/2022, 2:31 PMManuel Coffin
03/24/2022, 2:41 PMManuel Coffin
03/24/2022, 2:45 PM