supabase / auth

A JWT based API for managing users and issuing JWT tokens
https://supabase.com/docs/guides/auth
MIT License
1.38k stars 341 forks source link

PUT /user should allow update of phone field #390

Closed kangmingtay closed 2 years ago

kangmingtay commented 2 years ago

Bug report

Solution

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 2.6.6 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

akshayindianpix commented 2 years ago

After registered with email and password, wanted to update phone in same account but it update as secondary number i.e new_phone field in user auth. Help me to update number as primary i.e phone field in User Auth.

shawnmclean commented 11 months ago

I have a nextjs app and when I set GOTRUE_SMS_AUTOCONFIRM=true, this doesn't seem to do anything.

Where should I set this value?

kangmingtay commented 11 months ago

@shawnmclean are you self-hosting gotrue or using supabase? if you're self-hosting, then GOTRUE_SMS_AUTOCONFIRM=true should be set in the .env file of the root dir that gotrue is built in