Implement an authentication layer for the routes in Credential MS. All incoming requests should first be authenticated and accepted only if they meet the authentication criteria of coming from a valid, registered, and authorized user.
Goals
[ ] Document the different routes in Credential MS and create a proposal for which users should be able to access them.
Description
Implement an authentication layer for the routes in Credential MS. All incoming requests should first be authenticated and accepted only if they meet the authentication criteria of coming from a valid, registered, and authorized user.
Goals
Expected Outcome
All incoming requests must have an Authorization header to be validated and accepted.
Acceptance Criteria
Implementation Details
This project uses NestJS, Typescript, Prisma, and Postgresql
Project
Build Auth Layer for Credential MS
Organization Name:
Samagra
Domain
Education, E-Governance
Tech Skills Needed:
NestJS, Typescript
Mentor(s)
@KDwevedi @techsavvyash
Complexity
High
Category
Security, Feature
Sub Category
API, Backend