You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Non-reactive spring security provides hasAnyAuthority() and hasAnyRole() for allowing access if the user has any of the provided authorities/roles. It would be great to see this supported in the reactive API as well.
Actual Behavior
The named methods do not exist on org.springframework.security.config.web.server.ServerHttpSecurity.AuthorizeExchangeSpec