YelloJello
09/23/2021, 4:05 PMkobez
09/23/2021, 5:16 PMjon
09/23/2021, 7:16 PMeunjae
09/23/2021, 8:27 PMawait supabase.auth.signUp(...)
, I tried to update public.users
table to set the fullname, but
* I set up to require confirmation
* so, at this point, the user is not logged in yet
* so, unauthenticated user fails to update the record because of row policy I made
How do you normally deal with it?Daniel
09/24/2021, 1:08 AMemail
and password
to generate the token. is there any way we can use something like access_id
and access_code
with the same purpose, to generate the token ? Thank youDaniel
09/24/2021, 1:10 AMemail
and password
(JWT 1 hour expire) and also this user can login to a flutter app using access_id
and access_code
(JWT 1 day expire). I am struggling on how to set this up. any suggestion would be really appreciate ? Thanksmkromann
09/24/2021, 8:39 AMMDobs
09/24/2021, 8:40 AMMDobs
09/24/2021, 8:42 AMMDobs
09/24/2021, 8:43 AMpatrik
09/24/2021, 11:15 AMVillage
09/24/2021, 2:07 PMpatrik
09/24/2021, 2:14 PMchimon
09/24/2021, 3:43 PMuser
09/24/2021, 9:01 PMsilentworks
09/24/2021, 9:02 PMuser
09/24/2021, 9:04 PMeshlox
09/24/2021, 9:07 PMMDobs
09/24/2021, 10:20 PMVillage
09/25/2021, 1:11 AMMarky
09/25/2021, 1:41 AMMarky
09/25/2021, 1:41 AMsilentworks
09/25/2021, 2:20 AMbh
09/25/2021, 2:54 AMMarky
09/25/2021, 2:56 AMMarky
09/25/2021, 2:57 AMMarky
09/25/2021, 3:41 AMbh
09/25/2021, 5:48 AMbh
09/25/2021, 5:50 AMlnraahCC
09/25/2021, 10:28 AM