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
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...