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
- ET https://cloud.appwrite.io/v1/account/...
Hello All I am getting this error while i try to connect to the appwrite
- 5000 Limit
Any way around to 5000 limit of [total] number of search results in my self hosted instance bcz of that my pagination not working properly
- tailwind issue
i was having a version of 3.3.3 then i upgraded it to 3.4.17 now, hoping that will help little with the expo error before about updating the app i was made befo...