How to get SecurityContext in spring security webflux -


in traditional spring web applications, easy securitycontext securitycontextholder, when used spring-security-webflux(spring security 5.0.o.m3) in spring-webflux application, seems spring security did not store securitycontext securitycontextholder every requests.

or in other words, there easy way current authentication info outside of webhanlder/controllers? wan implement auditoraware interface auditing(auto fills current user) spring data mongodb.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -