I'm trying to compare email and password, however, it's not working...
as below, only 1 query parameter works.
https://cloud.appwrite.io/v1/users?queries[]=equal("email", "example@email.com")&queries[]=equal("password", "password")
Am I doing something wrong?
[REST] attach multiple query strings dont working ...
That won't work because password is a hashed data and not a simple string
Alao, you can't query on password. See https://appwrite.io/docs/server/users?sdk=nodejs-default#usersList
Even if I compare it with the hash?
Don't think so
so the solution is to get the hash and compare incode ?
You'd have to do the exact same thing our create email session API does
Recommended threads
- Project is currently blocked
When accessing the Appwrite console, I receive the message: "Project is currently blocked. Access to this project is restricted. Contact support if the issue pe...
- Does 1.9.0 Self Hosted have MongoDB Atla...
I have been playing with the new 1.9.0 update and I am really excited for the MongoDB support. I wanted to ask though if at the current time Appwrite supports b...
- {"code": 1008, "message": "Invalid Origi...
Nothing has changed in my application or console settings so I'm curious as to what I need to do to fix this. I already have the client registered so I'm not en...