aboutsummaryrefslogtreecommitdiff
path: root/cc/jwt/raw_jwt.h
AgeCommit message (Expand)Author
2022-12-16IWYU: Add missing standard library includes.wiktorg
2022-01-17Add SetAudience and SetAudiences to RawJwtBuilder.juerg
2021-08-18Update documentation of RawJwt and VerifiedJwt.juerg
2021-07-08Remove some autos and ValueOrDies from json_util and raw_jwt.juerg
2021-07-06Use absl::string_view for all input string parameters in raw_jwt.h.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-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-22Add a jwt_mac implementation.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