appwrite / website

The Appwrite website, docs and blog 🏠
https://appwrite.io
194 stars 188 forks source link

📚 Documentation: Replace createPhoneSession with createPhoneToken #1005

Open stnguyen90 opened 3 months ago

stnguyen90 commented 3 months ago

💭 Description

In version 1.4 of Appwrite, the method to sign in via SMS was account.createPhoneSession(). However, in 1.5, that has been changed to account.createPhoneToken(). As such, we need to update our docs accordingly.

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?