Spring Security You cannot use .block() because it subscribes and does not have the security context as part of the subscriber context that is established by Spring Security's WebFilter.
You cannot use `.block()` because it subscribes and does not have the security context as part of the subscriber con...