TonioOriginal post
Web Developer
I'm just trying to kick the tires of the auth API and it seemed easiest to start with SMS auth, but I can't get it to work.
I'm working off this documentation:
https://appwrite.io/docs/products/auth/phone-sms
Summary
Issue with using `account.createPhoneSession` method, it doesn't seem to exist. The correct method to use is `account.createPhoneToken`. Start with SMS auth by referring to the documentation provided: https://appwrite.io/docs/products/auth/phone-sms