Unified-Learner-Passbook / Credential-MS

MIT License
1 stars 4 forks source link

[C4GT] Auth for incoming requests #59

Closed KDwevedi closed 2 months ago

KDwevedi commented 1 year ago

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