Erik Kallen

Results 2 issues of Erik Kallen

In my application I have added multiple roles such as administrator and I am trying to limit routes to specific roles as shown in the documentation ```js Route.post('/device/:id/upload', 'DeviceController.upload') .middleware(['auth:jwt',...

This is my current workaround the syntax might not be as pretty but is does work let me know if this is a viable option