#[CLOSED] Confuse about the docs on Account API in server side

7 messages · Page 1 of 1 (latest)

static topaz
#

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.

The Account service allows you to authenticate and manage a user account. You can use the account service to update user information, retrieve the user sessions across different devices, and fetch the user security logs with his or her recent activity.

Register new user accounts with the [Create Account](/docs/references/cloud/client-web/accoun...

pale epoch
#

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.

static topaz
#

That is why I got confused about this

boreal ivy
#

@static topaz do you want to open an issue in the website repo about it? Will then review it

fair raft
static topaz
#

ohhh I seee tnx steve

boreal ivy
#

[CLOSED] Confuse about the docs on Account API in server side