Ueberauth.Strategy.Cognito.JwtVerifier (Ueberauth Cognito v0.5.0)

View Source

Utilities for working with JSON Web Tokens

Summary

Functions

Verifies that a JWT is a valid id token: the signature is correct, the audience is the AWS client_id, the issuer is the user pool, and it has not expired

Functions

verify(jwt, jwks, config)

Verifies that a JWT is a valid id token: the signature is correct, the audience is the AWS client_id, the issuer is the user pool, and it has not expired