JWT-CPP v0.7.0
A header only library for creating and validating JSON Web Tokens (JWT) in C++
Loading...
Searching...
No Matches
jwks-verify.cpp File Reference
#include <iostream>
#include <jwt-cpp/jwt.h>
#include <openssl/rand.h>
Include dependency graph for jwks-verify.cpp:

Functions

int main ()
 

Detailed Description

Novel example using a JWT's "key ID" to match with a JWK Set and using the corresponding x5c from the JWK to verify the token