Open
Description
The deprecation note advises to use technology-specific interceptor (web
, messaging
or method
), but AbstractSecurityInterceptor
is technology-agnostic, which allows to implement spring security for other tech-stack, not covered by spring ecosystem, for example grpc security interceptor and seamlessly integrate spring security features (auth events ect).
Please keep this feature .
Thanks