2
Be able to store phone number without SMS provider
Source: supabase/supabase#35448 · opened by @Mehdi-Verfaillie
The problem
When calling supabase.auth.updateUser({ phone }) to save a phone number for regulatory (KYC) and security purposes, the request fails with the following error: Unable to get SMS provider
This happens even though we are not using phone-based login or verification.
We are building regulated services and need to store phone numbers securely for compliance. The fact that updating the phone field in auth.users requires an active SMS provider—even when not using SMS features—is unexpected and limiting.
This behavior forces us to duplicate the phone number field in a custom profiles table, leading to fragmented data — even though the phone number is logically tied to the user's identity.
Expected behavior
It should be possible to store a phone number in a user’s profile (e.g., for KYC or internal security purposes) without requiring an SMS provider
When calling supabase.auth.updateUser({ phone }) to save a phone number for regulatory (KYC) and security purposes, the request fails with the following error: Unable to get SMS provider
This happens even though we are not using phone-based login or verification.
We are building regulated services and need to store phone numbers securely for compliance. The fact that updating the phone field in auth.users requires an active SMS provider—even when not using SMS features—is unexpected and limiting.
This behavior forces us to duplicate the phone number field in a custom profiles table, leading to fragmented data — even though the phone number is logically tied to the user's identity.
Expected behavior
It should be possible to store a phone number in a user’s profile (e.g., for KYC or internal security purposes) without requiring an SMS provider
No pledges yet. Be the first to back this.
Comments
Similar requests
Allow locale when using sms authentication
11 votes · 0 comments
Feature Request: Built-in Phone Number Recycling Support for Authentication
1 vote · 0 comments
Enhance Development Experience for Phone Authentication
2 votes · 0 comments
Add Phone.Email as a Free SMS Provider for Phone/OTP Authentication
3 votes · 0 comments
Support generating access_token for phone users via Admin API
2 votes · 0 comments
No comments yet.