A progressive Node.js framework for building efficient and scalable server-side applications.
This project is nestjs based backend API to demonstrate different patterns to authenticate users with Microsoft Azure Active Directory B2C. This project will further extend use cases arround user management in Active Directory with Microsoft Graph API.
Please feel free to use the code for learning more about Azure Active Directory.
Please feel free to contribute if you come accross different patterns using MSAL or user flows. Pull requests are welcome.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Author - Zee Stack
Nest is MIT licensed.