aboutsummaryrefslogtreecommitdiff
path: root/cc/jwt/jwt_validator.h
AgeCommit message (Expand)Author
2021-08-30Split "Validate" function in jwt_validator.cc.juerg
2021-08-19Remove subject validation from JwtValidator in C++.juerg
2021-08-12Add optional "iat" claim validation to the JwtValidator in C++.juerg
2021-06-23Small lint fixes.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-02Refactor JwtValidator constructor.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-09Add missing copyright statements. These were missing due to internal miscommu...tholenst
2021-03-15Add jwt_validator in C++.juerg