spring-security/oauth2
Tadaya Tsuyukubo 3cb0975860 Accept Converter in ReactiveJwtAuthenticationConverterAdapter
Currently, "ReactiveJwtAuthenticationConverterAdapter" takes
"JwtAuthenticationConverter" as its constructor argument. However,
this limits the usage of this adapter.
In this commit, widen the constructor to take "Converter<Jwt,
AbstractAuthenticationToken>" and allow this adapter to be used by
generic converters.
2019-06-10 10:47:43 -06:00
..
oauth2-client Polish ClientRegistrations, (Reactive)JwtDecoders 2019-06-10 10:31:30 -06:00
oauth2-core Fix test 2019-06-04 20:34:08 -04:00
oauth2-jose Polish ClientRegistrations, (Reactive)JwtDecoders 2019-06-10 10:31:30 -06:00
oauth2-resource-server Accept Converter in ReactiveJwtAuthenticationConverterAdapter 2019-06-10 10:47:43 -06:00