I am trying to configure SMS messaging as an alternative and found the "tel" object in the tinode.conf file, which contains the message settings. However, I couldn't find where to specify the API keys for twilio.com...
I also noticed that the webapp code includes the phone field.
I found a message here in the forum saying that the phone validator was not completed. Has the validator been finished?
Do the mobile apps already support phone number validation?
Att.
Yes, I will need to validate mobile phone numbers. If you could include it or send me the necessary code, it would be really helpful.
Also, I wanted to ask if there's any specific configuration that needs to be done in the config.js of the webapp to request the phone number field and in the config.conf of the server to enable the use of mobile phone?
Thanks in advance!
I’ve sent the credentials to your email to avoid sharing them publicly.
Thank you.
Ok, I’ll take a look.
I’d also like to take this opportunity to clarify a few things.
I noticed that in the web app, there’s a variable (this.props.reqCredMethod) that defines whether the default authentication method is by email or phone to display the field, but I couldn’t find where to change this setting in the configuration. Could you tell me where I can configure that?
Also, is there a setting that allows me to use both methods (email and phone) for authentication?
Ok, I’ll take a look.
I’d also like to take this opportunity to clarify a few things.
I noticed that in the web app, there’s a variable (this.props.reqCredMethod) that defines whether the default authentication method is by email or phone to display the field, but I couldn’t find where to change this setting in the configuration. Could you tell me where I can configure that?
Also, is there a setting that allows me to use both methods (email and phone) for authentication?
In the webapp, as the code shows, the variable this.props.reqCredMethod can be either "email" or "tel", which suggests that the application is designed to validate one method (email or phone) but not both at the same time. My question is, will any adjustments be needed to validate both email and phone simultaneously?