awslabs / aws-jwt-verify

JS library for verifying JWTs signed by Amazon Cognito, and any OIDC-compatible IDP that signs JWTs with RS256, RS384, and RS512
Apache License 2.0
594 stars 43 forks source link

Add sub claim to JWT standard fields #148

Closed kaira closed 7 months ago

kaira commented 8 months ago

Issue #, if available:

Description of changes:

""" Add sub claim to JWT standard fields. It was already defined in Cognito JWT fields. """

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

ottokruse commented 8 months ago

Good idea thanks. Would solve #146

ottokruse commented 4 months ago

This is finally released to NPM in 4.0.1

Sorry for the wait