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
- Realtime API over cloudflare tunnels
Hello. Is it possible to use the realtime subscriptions, when the self-hosted instance is exposed via cloudflare tunnels? There is no additional proxy. I am us...
- Hostname redirect forwarding...
I want the redirect of the Cname is redirected correctly from www. to glossytech.co.ke
- I now have the Github Student Developer ...
I have access to the Github Student Developer Pack, and it states Appwrite is included but when i try to access it, it says i dont have it. im thinking this is ...