DEV Community

Sandip Basnet
Sandip Basnet

Posted on

2

Server side implementation of Biometric in NodeJs

We have a microservice-based system and currently users are authenticated by keycloack(jwt) and we need to add biometrics login in this existing system At first, we have designed a biometrics authentication flow as below:

  1. Generate Asymmetric Key Pair at the client end(mobile app).
  2. Share the public key with backend server.

Top comments (0)

Image of Datadog

Master Mobile Monitoring for iOS Apps

Monitor your app’s health with real-time insights into crash-free rates, start times, and more. Optimize performance and prevent user churn by addressing critical issues like app hangs, and ANRs. Learn how to keep your iOS app running smoothly across all devices by downloading this eBook.

Get The eBook

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay