appwrite/docs/references/users/create-argon2-user.md

1 line
244 B
Markdown
Raw Normal View History

2023-10-13 13:43:44 +00:00
Create a new user. Password provided must be hashed with the [Argon2](https://en.wikipedia.org/wiki/Argon2) algorithm. Use the [POST /users](https://appwrite.io/docs/server/users#usersCreate) endpoint to create users with a plain text password.