-
Couldn't load subscription status.
- Fork 41.6k
Closed
Description
Spring Boot should autoconfigure RSocket Security
- It should automatically apply
@EnableRSocketSecurity - Conditionally create a
MapReactiveUserDetailsServicewith secure random password as it does for WebFlux - It should automatically apply Spring Security to
ServerRSocketFactory
@Bean
ServerRSocketFactoryCustomizer springSecurityRSocketSecurity(SecuritySocketAcceptorInterceptor interceptor) {
return builder -> builder.addSocketAcceptorPlugin(interceptor);
}spencergibb and eddumelendez
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement