Expected Behavior

The Kotlin DSL has methods for conveniently specifying the access hasAuthority(String) and hasRole(String) in authorizeRequests. I think it would be convenient to have method for hasAnyAuthority(String...) and hasAnyRole(String...).

Current Behavior

In the current version it is necessary to create access like "hasAnyAuthority('$anyAuthorities')".

Comment From: eleftherias

Thanks for the suggestion @koishikawa11. Are you interested in submitting a pull request for this feature?

Comment From: koishikawa11

Yes, I would like to create a pull request.