Skip to content
Back

appwrite + bcrypt

  • 0
  • Web
mina99
4 Apr, 2025, 15:11

i got register form, should i hash my password with bcrypt or is there a better way that works well with appwrite?

TL;DR
Developers are asking for help on how to properly handle user registration with appwrite and bcrypt. They are wondering if they should hash the password using bcrypt for user registration. The solution is to simply use the `account.create()` method provided by appwrite.
Vishal Jha
4 Apr, 2025, 15:12

your appwrite console opening ?

mina99
4 Apr, 2025, 15:14

lemme check

mina99
4 Apr, 2025, 15:14

yes

mina99
4 Apr, 2025, 15:14

try in incognito it may help

Steven
4 Apr, 2025, 15:22

Just use account.create().

Those hash methods are for importing users when you have a hash already

mina99
4 Apr, 2025, 15:54

sorry for messaging again, as i can see the account.create() takes couple of things, one of them is email, in my form there is only username and password (+ repeat password), is there something else that you would recomend me to implement insead of account.create()

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more