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
- Function deployment failed: Unable to re...
Hi Appwrite team, I have been experiencing persistent errors when i attempt to push my appwrite functions. The logs on the deployment detail page on the console...
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- "Domain verification failed"
"Domain verification failed" I was install Appwrite in my VDS server. I using Coolify for install Appwrite. After install complete, i want add my domain, and i ...