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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...