aboutsummaryrefslogtreecommitdiff
path: root/cc/jwt/verified_jwt_test.cc
AgeCommit message (Expand)Author
2022-12-16IWYU: Add missing standard library includes.wiktorg
2022-12-15Suppress bugprone errors in move behavior testswiktorg
2022-06-22Remove .status() usages when matching IsOk() with a StatusOr object.kste
2021-11-05Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova
2021-09-16Add kid validation to jwt_mac in C++.juerg
2021-08-19Remove subject validation from JwtValidator in C++.juerg
2021-07-13Remove _or and ValueOrDie in verified_jwt.juerg
2021-06-16Add custom_kid from JwtMac key to JWT headers in C++.juerg
2021-06-08Only return a StatusOr<...> on Build() in the RawJwtBuilder.juerg
2021-06-02By default, only allow tokens with an expiration claim set in C++.juerg
2021-06-01Add type header validation to JwtValidator in C++.juerg
2021-05-31Rename "IgnoreAudience" to "IgnoreAudiences".juerg
2021-05-31Add IgnoreIssuer, IgnoreSubject and IgnoreAudience to JwtValidator.juerg
2021-05-31Rename set-methods of JwtValidator in c++ to "Expect..".juerg
2021-05-26Support JWT kid header in C++.juerg
2021-05-17Add type header to JWTs in C++.juerg
2021-04-21Use milliseconds in timestamps, and limit the range of timestamps.juerg
2021-04-14Inline jwt_names.h.juerg
2021-04-09Add missing copyright statements. These were missing due to internal miscommu...tholenst
2021-04-07Make VerifiedJwt not movable.tholenst
2021-03-24Add "CustomClaimNames" to RawJwt and VerifiedJwt in C++.juerg
2021-03-23Limit access to VerifiedJwt constructor.juerg
2021-03-12Add verified_jwt.juerg