Passwordless Authentication and API Security

Hello All,

We want to implement password less authentication with our own UI, Once authecticated I want get to access token from the response which is sent to our microservice and it should verify this access token…
React Native Mobile and Microservice using NodeJs

Any ideas how to implement this.