mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-21 05:44:56 +00:00
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.