aboutsummaryrefslogtreecommitdiff
path: root/cc/jwt/jwt_validator_test.cc
AgeCommit message (Expand)Author
2022-06-22Remove .status() usages when matching IsOk() with a StatusOr object.kste
2021-08-19Remove subject validation from JwtValidator in C++.juerg
2021-08-12Remove ValueOrDie and "_or" from jwt_validator_test.ccjuerg
2021-08-12Add optional "iat" claim validation to the JwtValidator in C++.juerg
2021-06-08Only return a StatusOr<...> on Build() in the RawJwtBuilder.juerg
2021-06-08Validate clock skew in JwtValidatorBuilder::Build().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-04-21Consider tokens where expiration is exactly equal to now expired.juerg
2021-04-21Use milliseconds in timestamps, and limit the range of timestamps.juerg
2021-04-09Add missing copyright statements. These were missing due to internal miscommu...tholenst
2021-03-15Add jwt_validator in C++.juerg