For the Create Phone Verification method it said that.
Use this endpoint to send a verification SMS to the currently logged in user
Ref: https://appwrite.io/docs/references/cloud/server-nodejs/account#createPhoneVerification
But in server side, how to create session then? As if, there is a create session on server side. So i confuse that how to create phone verification in server side.
I wonder if that user information is being set from the accountUpdatePhone call, since it says the createPhoneVerification is for use after updating the users phone number.
That is why I got confused about this
@Mosh Ontong do you want to open an issue in the website repo about it? Will then review it
Typically, you would create a JWT session client side and pass that to the server. You can see the setJWT() call in example
ohhh I seee tnx steve
[CLOSED] Confuse about the docs on Account API in server side
Hoping it is solved for you now?
Recommended threads
- [SOLVED] Error upgrading from 1.8.1 to 1...
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...