Validation of Cognito Identity Provider Tokens ? #1048
-
Hi, I was wondering if there was any methods or create like aws-jwt-verify to auth and verify JWT generated by cognito. Do we have to write our own lib as a replacement ? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I'm not aware of anything like this existing currently in Rust. |
Beta Was this translation helpful? Give feedback.
-
There are two amazing quality crates in Rust that are generic for implementing all the things auth for OAuth2 and OIDC respectively: Both maintained by the same author, I am pretty certain they can accommodate your goals shall you look at them for long enough. |
Beta Was this translation helpful? Give feedback.
There are two amazing quality crates in Rust that are generic for implementing all the things auth for OAuth2 and OIDC respectively:
Both maintained by the same author, I am pretty certain they can accommodate your goals shall you look at them for long enough.