aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/jwt_verifier.h
Commit message (Collapse)AuthorAge
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Adding JWT verifier.Gravatar Julien Boeuf2015-06-30
Still missing: - Caching of the already checked JWTs (although it could be done at an upper layer). - Caching of the jwks_uri to avoid 2 roundtrips for each verification.