spring-security/oauth2/oauth2-resource-server
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
..
src polish gh-7996 2020-02-27 09:29:43 -07:00
spring-security-oauth2-resource-server.gradle Use Jwt.Builder 2019-09-16 14:00:25 -06:00