I want to implement face authentication in my application (next js framework) using appwrite....do anybody have idea about what exact changes we need to make in code and appwrite project(database,storage)....is this possible by using face-recognition library provided by openCV or do anybody have idea about other alternatives?
Heyy. I recently wrote article on how to do Passkey login with Appwrite Functions: https://dev.to/meldiron/biometric-authentication-with-passkeys-3e1
Not sure if it matches what you are looking for exactly, but you can use it to inspire your implementation.
The authentication flow happens in following steps:
- Server authenticates user
- Server upsert user (create / update)
- Server generates token
- Server returns token secret to user
- Client uses token secret to claim a session
(In those example, server means Appwrite Functions)
Recommended threads
- Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the proce...
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...