aboutsummaryrefslogtreecommitdiff
path: root/java_src/src/main/java/com/google/crypto/tink/jwt/JwtValidator.java
AgeCommit message (Expand)Author
2022-09-05Fix some lint warnings.juerg
2022-02-07Add a toString method to JwtValidator.juerg
2021-08-30Split "Validate" in JwtValidator.java.juerg
2021-08-19Remove subject validation from JwtValidator in Java.juerg
2021-08-18Remove subject validation from JwtValidator in Java.juerg
2021-08-11Add optional "iat" claim validation to the JwtValidator in Java.juerg
2021-06-02By default, only allow tokens with an expiration claim set.juerg
2021-05-31Rename "IgnoreAudience" to "IgnoreAudiences".juerg
2021-05-31Add type header check to JwtValidator in Java.juerg
2021-05-31Replace "new Builder()" with a method "newBuilder" in RawJwt and JwtValidator.juerg
2021-05-28Make JWT issuer and subject validation more strict.juerg
2021-05-11Use Optional instead of null to indicate a missing value in JwtValidator.juerg
2021-04-21Consider tokens where expiration is exactly equal to now expired.juerg
2021-04-12Add missing copyright statements. These were missing due to internal miscommu...tholenst
2021-02-10Don't allow validator values to be set to null.juerg
2021-02-09Remove JWT ID from JwtValidator, and update comments.juerg
2021-02-08Add "has" methods, and let "get" methods throw exceptions for unknown claims.juerg
2021-02-08Remove ability to add non-registered claims to JwtValidator, and refactor Jwt...juerg
2021-02-05Let VerifiedJwt be a simple wrapper around RawJwt.juerg
2020-12-14Rename "ToBeSignedJwt" to "RawJwt".juerg
2020-12-10Rename the "Jwt" object to "VerifiedJwt".juerg
2020-11-19Pass JWT-specific exceptions through the JWT wrapper.juerg
2020-11-16Remove all header information from ToBeSignedJwt and JwtValidator.juerg
2020-11-11Move all JWT parsing and encoding into a single class JwtFormat.juerg
2020-11-10Simplify the interfaces of ToBeSignedJwt and JwtValidator.juerg
2020-11-04In the Jwt object, remove header fields and don't validate time.juerg
2020-09-15Remove extraneous protected functions.thaidn
2020-07-24Add a validator for JWT.thaidn