mina99Original post
Rank 1: Thread
i got register form, should i hash my password with bcrypt or is there a better way that works well with appwrite?
Summary
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.