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
606 stars 42 forks source link

[BUG] (Not a real bug) Thanks! #56

Closed teuber789 closed 2 years ago

teuber789 commented 2 years ago

Just wanted to say thanks for this slick little library! I spent a couple days wrestling with more popular JWT verification libraries, and had zero luck. I ran into tons of issues, like poor documentation, poor ES6 / Typescript support, and about every problem under the sun. I happened upon this library, and within an hour I had it up and working without any issues. It's a dream. Many thanks to all those working on it!

leelalagudu commented 2 years ago

Hi @teuber789 , many thanks for your kind words. Both @ottokruse and I appreciate your feedback. Do let us know if you find that there are any missing features/any bugs that you come across.

Thank you, Leela & Otto.