Aws Jwt Verify Versions Save

JS library for verifying JWTs signed by Amazon Cognito, and any OIDC-compatible IDP that signs JWTs with RS256, RS384, and RS512

v4.0.1

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/awslabs/aws-jwt-verify/compare/v4.0.0...v4.0.1

v4.0.0

1 year ago

What's Changed

NOTE: #117 constitutes a breaking change, hence we created new major version v4.0.0, but you will only be impacted by this change, if you were doing this:

import { decomposeJwt } from "aws-jwt-verify/jwt"

That method has been renamed (to make it more clear) and must now be imported like so:

import { decomposeUnverifiedJwt } from "aws-jwt-verify/jwt";

Happy coding!

Full Changelog: https://github.com/awslabs/aws-jwt-verify/compare/v3.4.0...v4.0.0

v3.4.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/awslabs/aws-jwt-verify/compare/v3.3.0...v3.4.0

v3.3.0

1 year ago

What's Changed

Full Changelog: https://github.com/awslabs/aws-jwt-verify/compare/v3.2.0...v3.3.0

v3.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/awslabs/aws-jwt-verify/compare/v3.1.0...v3.2.0

v3.1.0

1 year ago

What's Changed

Full Changelog: https://github.com/awslabs/aws-jwt-verify/compare/v3.0.0...v3.1.0

v3.0.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/awslabs/aws-jwt-verify/compare/v2.1.3...v3.0.0

v2.1.3

2 years ago

What's Changed

Full Changelog: https://github.com/awslabs/aws-jwt-verify/compare/v2.1.2...v2.1.3

v2.1.2

2 years ago

Reduced bundle size

  • Clean up typescript configuration to avoid including types twice (both for ESM and common JS) and instead do it only once. This also resulted in a reduced bundle size for the library distribution.

Upgrades CDK package versions used in integration tests

  • CDK packages in test/Cognito for integration tests are upgraded to bump up a dependency used by CDK - VM2 version to 3.9.4 . This is to address dependabot alert for VM2 version 3.9.3

What's Changed

Full Changelog: https://github.com/awslabs/aws-jwt-verify/compare/v2.1.1...v2.1.2

v2.1.1

2 years ago
  • FIXED: #47 When using type CognitoJwtVerifierSingleUserPool, getting compile error: "Types have separate declarations of a private property 'jwksCache'"

Full Changelog: https://github.com/awslabs/aws-jwt-verify/compare/v2.1.0...v2.1.1