Loan Alouache

Results 3 comments of Loan Alouache

I totally agree with this one, destructive actions should never be authorized by default

> [@Ninjeneer](https://github.com/Ninjeneer) [@haschu](https://github.com/haschu) you need to pass email_confirm: true to the admin method: `await supabase.auth.admin.createUser({ email_confirm: true, ... }` No, this is not the same behavior. Doing this will auto...

> [@Ninjeneer](https://github.com/Ninjeneer) Try using `supabase.auth.admin.createUser({ email_confirm: true, ... })`. Params `email_confirm` doesn’t mean user has to confirm their email — it means email is already confirmed, so admin can create...