Verify JWT Token with JWKs

Verify a JWT Token using JWKs

What it does

  • Takes 2 inputs and produces 3 outputs.

Inputs

NameTypeDescription
JWT TokenStringThe JWT token to decode and verify
JWKsObjectThe JSON containing the JWKs

Outputs

NameTypeDescription
VerifiedBooleanReturns true if the token has been verified
DataObjectThe contents of the JWT Token
ErrorStringPopulated if there is an error