flaky-kilobyte-10585
12/12/2024, 1:39 PMbrief-egg-61061
12/12/2024, 1:39 PMbrief-egg-61061
12/12/2024, 1:39 PMjson "phone": { "type": "string", "format": "tel", "title": "Phone number", "<http://ory.sh/kratos|ory.sh/kratos>": { "verification": { "via": "sms" } } }
3. You also need to configure an SMS channel in your Ory configuration to actually send the SMS messages [Kratos Phone Verification](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation#phone-number-verification). 4. When implementing the verification flow in your user interface, you should include an option for the user to request a new verification code. This would typically trigger a new API call to the verification flow endpoint, which would then send a new SMS with a fresh verification code. It's important to note that while the functionality exists, some users have reported issues with phone verification in certain configurations [GitHub Issue](https://github.com/ory/kratos/issues/3799). If you encounter any problems, you may want to double-check your configuration or reach out to Ory support for assistance.