DEV Community

Sandip Basnet
Sandip Basnet

Posted on

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.

Oldest comments (0)