spring-security/oauth2/oauth2-core
Josh Cummings 7c524aa0c8 Jwt Claim Validation
This introduces OAuth2TokenValidator which allows the customization of
validation steps that need to be performing when decoding a string
token to a Jwt.

At this point, two validators, JwtTimestampValidator and
JwtIssuerValidator, are available for use.

Fixes: gh-5133
2018-08-16 13:19:26 -05:00
..
src Jwt Claim Validation 2018-08-16 13:19:26 -05:00
spring-security-oauth2-core.gradle Add OAuth2AccessTokenResponseBodyExtractor 2018-07-02 12:41:44 -05:00