JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 961
  • Score
    100M100P100Q117584F
  • License MIT

Nest Azure Active Directory JWT Token Validator

Package Exports

  • nest-azure-ad-jwt-validator

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nest-azure-ad-jwt-validator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Nest Azure Active Directory Token Validator

Azure Ad Logo

Description

Nest framework Module for validating Azure AD JWT Tokens.
The Module exports an AzureTokenValidationService for validating tokens as well as a guard you might consider using AzureActiveDirectoryGuard.
Note: The exported guard expects the jwt(json web token) in an authtoken header (in Aws APIGateway we don't like to mess with the Authorization header).

Installation

$ npm install --save nest-azure-ad-jwt-validator

Test

# unit tests
$ npm run test

# test coverage
$ npm run test:cov

Stay in touch

License

nest-azure-ad-jwt-validator is MIT licensed.