0.0.10 • Published 3 years ago

@growsari/auth v0.0.10

Weekly downloads
12
License
ISC
Repository
-
Last release
3 years ago

Auth

This package validates a JSON Web Token using the keys provided by the IAM service.

Usage

This package uses the asynchronous invoke-lambda function. You might need to call it within an async-await function.

const validate = require('@growsari/auth');

const sampleFunction = async (tokenToVerify) => {
  return await validate(tokenToVerify);
};

If the token is valid, validate will return the token's decoded claims as a JSON object. Otherwise, it will return false.

0.0.10

3 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago