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's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- Migration from Cloud to Self-Hosted not ...
Hello Appwrite Community, I've got the problem, that when I try to migrate my Appwrite Project from the cloud to my self-hosted Appwrite, that an API Key is mi...