sharpcdf
01/17/2022, 9:36 PMUSER_TOKEN
?silentworks
01/17/2022, 10:50 PMsharpcdf
01/17/2022, 10:54 PMGET USER
curl -X GET 'https://ogkklizgscwqlkrfndpv.supabase.co/auth/v1/user' \
-H "apikey: SUPABASE_KEY" \
-H "Authorization: Bearer USER_TOKEN"
sharpcdf
01/17/2022, 10:55 PMsharpcdf
01/17/2022, 10:56 PMsilentworks
01/17/2022, 11:07 PMaccess_token
you get back after the user is logged insharpcdf
01/17/2022, 11:07 PMsilentworks
01/17/2022, 11:08 PMhttps://[your_project_id_here].supabase.co/auth/v1/token?grant_type=password
endpoint, you get a access_token
returned as part of the json bodysharpcdf
01/17/2022, 11:08 PMsharpcdf
01/17/2022, 11:08 PMsharpcdf
01/17/2022, 11:09 PMsharpcdf
01/17/2022, 11:09 PMsharpcdf
01/17/2022, 11:09 PMsilentworks
01/17/2022, 11:09 PM