spring-security/messaging
abilan df5b7294db Propagate SecurityContext in ChannelInterceptor
Add `SecurityContextPropagationChannelInterceptor` that
propagates the current security context through the
Spring Messaging API.

Namely, it adds the current security context into any
message before it is sent and then populates the security
context when that message is received, typically in a
separate thread.
2023-10-16 13:49:13 -06:00
..
src Propagate SecurityContext in ChannelInterceptor 2023-10-16 13:49:13 -06:00
spring-security-messaging.gradle Remove dependency on commons-codec by using java.util.Base64 2022-06-09 06:50:01 -06:00