Hey , is there a way to protect a route for multiple user roles . I was checking the examples in the doc but most of them have protected the route against a single user role .
For eg : A single api can be access by Role A or Role B
Is there a way I can do it using the verify_session decorator in the sdk without having the need to create a custom decorator as if I do that it would mean I would need to add 2 decorators before each request which I wan't to avoid in order to have a clean design