awslabs / aws-jwt-verify

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

Fetch and parse the PEM ALB public key #165

Closed NicolasViaud closed 2 months ago

NicolasViaud commented 4 months ago

Issue https://github.com/awslabs/aws-jwt-verify/issues/109

Description of changes: Ability to read and parse PEM/PKCS8 public key for the node version only (not compatible with webapp)

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 2 months ago

Hi mate! Let's rework this now that the groundwork was done per #166