spring-security/oauth2
Roman Matiushchenko 9d66f2ccce polish gh-7996
Make defensive collection copy as Collections.unmodifiableCollection
does not protect from the source collection direct modification.
Use Mono#map instead of Mono#flatMap as it allocates less.
Use less operators to reduce allocations.
Use lambda parameter instead of outer method parameter
in authenticationManagers#computeIfAbsent()
to make it non capturing so it could be cached by JVM.
Propagate cause for InvalidBearerTokenException.
2020-02-27 09:29:43 -07:00
..
oauth2-client baseUrl placeholder for OidcLogoutSuccessHandlers 2020-02-25 13:35:50 -07:00
oauth2-core OAuth2AccessTokenResponseHttpMessageConverter handles JSON object parameters 2020-02-24 15:36:53 -05:00
oauth2-jose Update JwtDecoders tests 2020-02-25 13:33:20 -07:00
oauth2-resource-server polish gh-7996 2020-02-27 09:29:43 -07:00