i got register form, should i hash my password with bcrypt or is there a better way that works well with appwrite?
your appwrite console opening ?
lemme check
yes
try in incognito it may help
Just use account.create().
Those hash methods are for importing users when you have a hash already
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()
Recommended threads
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...