cognito-validation-token
v0.0.4
Published
With this pakage you can validate the cognito token with the validation process
Maintainers
Readme
With this pakage you can validate the cognito token with the validation process
#Installation This is a node module to validate the access token for the cognito user. To use the module please install the module with.
$ npm install cognito-validation-token
#Usage To use this module follow the following steps:
- require the module cognito-validation-token.
- instantiate the class with the main arguments token and iss.
