
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
- Use cloudflare origin certificate instea...
Hello! Is it possible to use cloudflare origin certificates instead of let's encrypt? We manage all ssl certs in our cloudflare account and our VMs has a firewa...
- Failed to verify JWT. Invalid token: Exp...
Hi I am trying to call a function from my mobile app, but I am receiving "Invalid token expired." My code looks more or less like this ```ts // from my app ...
- Unable to View / Edit Bucket Files
Hi! I am unable to view / edit Bucket Files. While Previews work just fine, clicking the actual file to view or edit it produces the errors seen in the attache...
