Pinned Loading
-
-
-
Notes on cognito JWT token validation
Notes on cognito JWT token validation 1/***
2* AWS Cognito signs the tokens using the RS256 algorithm. Contrary to most common examples (using HMAC + SHA256) that use
3* a shared secret, the RS256 uses assymetric crytography, so in order to validate the JWT we need to obtain the public key
4* that matches the private key used to generate the token signature.
5* Therefore, the critical step is to download the public key from the discovery endpoint.
-
-
waterdog-oss/ktor-template
waterdog-oss/ktor-template PublicKtor-template is a set of utilities built on top of Ktor to quickly bootstrap a production grade application/microservice.
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.