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
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
- Author - Benjamin Main
License
nest-azure-ad-jwt-validator is MIT licensed.