aboutsummaryrefslogtreecommitdiff
path: root/cc/jwt/verified_jwt.h
AgeCommit message (Expand)Author
2022-12-16IWYU: Add missing standard library includes.wiktorg
2022-05-05Fix some proto includes, and build targets.tholenst
2021-08-18Update documentation of RawJwt and VerifiedJwt.juerg
2021-07-13Remove _or and ValueOrDie in verified_jwt.juerg
2021-05-17Add type header to JWTs in C++.juerg
2021-04-09Add missing copyright statements. These were missing due to internal miscommu...tholenst
2021-04-08Add JWT public key sign and verify impl.juerg
2021-04-07Make VerifiedJwt not movable.tholenst
2021-03-29Make the VerifiedJwt constructor private.tholenst
2021-03-24Add "CustomClaimNames" to RawJwt and VerifiedJwt in C++.juerg
2021-03-23Take a const RawJwt& as input to the VerifiedJwt.tholenst
2021-03-23Limit access to VerifiedJwt constructor.juerg
2021-03-22Add a jwt_mac implementation.juerg
2021-03-12Add verified_jwt.juerg