ortelius / backlog

Repo for tracking the issues backlog
Apache License 2.0
0 stars 0 forks source link

New ms-validate-user microservice #25

Open sbtaylor15 opened 2 years ago

sbtaylor15 commented 2 years ago

Validate the JWT cookie for a user

josephakayesi commented 2 years ago

@sbtaylor15 I'd like to work on this issue; I'll get on the next architecture meeting to get some more context.

sbtaylor15 commented 2 years ago

@josephakayesi There is an existing ms-validate-user that uses Postgres for passing the JWT token along. We may want to use validate-user for the login process and just keep the JWT local. In other words, any authentication related processing would be handled by the microservice.

josephakayesi commented 2 years ago

@sbtaylor15 If I understand you clearly, should this microservice handle User Login and User Token Validation?