Hey folks, as far as I've seen, Ory only provides SMS verification for self-hosted, not cloud
My team at
https://radar.ac is current using AWS Cognito. Cognito is alright, but there is strong vendor lock in and it would become quite tough to change to another auth solution once we hit the scale where cost becomes an issue, so I want to nip this issue in the bud before we have our public release in the next month
We're deciding between
• developing our auth in-house (risky & time consuming, but gives us the most control)
• set up Ory self-hosted (very time consuming for just needing SMS)
• Ory cloud with our own SMS verification (janky, but possible and currently preferable to dev/infra work)
What I'm wondering is if SMS verification is planned for Ory cloud and best practices for developing our SMS verification until it is implemented