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
- Server Down
Appwrite services are down. When will they start working again?
- Scheduled works locking the entire Maria...
I have a scheduled function and apparently that or something is locking the entire MariaDB database and Appwrite is giving MariaDB errors. This error persists e...
- Looking for a Partner