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
- I reached my budget limit how?
Hi, I got a message saying I reached my budget limit already? Makes no sense? In 4 days I reached 3.4M reads in a project how with only 100 users? This is my pr...
- Appwrite not sending Emails
I’m running a self-hosted Appwrite instance (v1.8.1) and I can’t get invite emails to send when using the team invite flow described in the docs: https://appwri...
- Console down yet again ?
Seeing it stuck on the "loading" screen yet again ... second time today. (last time 10+ hours ago). 'roles' and 'plan' requests just hung. Meanwhile, appwrit...