pavedroad-io / kevlar-web

PavedRoad.io website service code
Apache License 2.0
2 stars 1 forks source link

email/credentials -> user ID microservice #65

Open jscharber opened 5 years ago

jscharber commented 5 years ago

Users log in to our portal using their SCM credentials, aka GitHub. Since they can have more than one SCM, they can use more than one email or login id. We need a method to track those credentials into an internal user id.

The task is to create a new user ID lookup service. When the user logins in, it will translate the credentials used into our internal UUID for the user.