aboutsummaryrefslogtreecommitdiff
path: root/cc/jwt/raw_jwt_test.cc
AgeCommit message (Expand)Author
2023-04-28Encode integers as integers in JWT payload.juerg
2022-12-16IWYU: Add missing standard library includes.wiktorg
2022-06-22Remove .status() usages when matching IsOk() with a StatusOr object.kste
2022-01-17Add SetAudience and SetAudiences to RawJwtBuilder.juerg
2021-07-13Remove _or and ValueOrDie, and use IsOkAndHolds in raw_jwt_test.cc.juerg
2021-06-23Remove RawJwt::FromJson from the public API of raw_jwt.h.juerg
2021-06-08Only return a StatusOr<...> on Build() in the RawJwtBuilder.juerg
2021-06-07Don't use fractions of seconds in JWT timestamps in Java.juerg
2021-06-02By default, only allow tokens with an expiration claim set 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-20Validate registered claim types, and convert string audience claim.juerg
2021-04-14Inline jwt_names.h.juerg
2021-04-09Add missing copyright statements. These were missing due to internal miscommu...tholenst
2021-03-24Add "CustomClaimNames" to RawJwt and VerifiedJwt in C++.juerg
2021-03-11Add JsonObject and JsonArray types to custom claims in raw_jwt.juerg
2021-03-09Add support for primitive (no lists and objects yet) custom claims.juerg
2021-03-05Add Audiences to raw_jwtjuerg
2021-03-04Partially define RawJwt and RawJwtBuilder classes in C++.juerg