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
As i use this awesome library to create an ACL module in combination with path-to-regexp, I can list and show route based permissions. So if we can add something like this :
router.get('/posts',(req,res)=>{req.title='Get Posts';req.description='get a paginated list of posts and ...';
...
})
It will be more awesome.
The text was updated successfully, but these errors were encountered:
Thanks for the issue. I did look into this but the tool is unable to retrieve any information contained inside the middleware/requestHandler logic. Also, for those values to get to be set it would need the endpoint to be called.
As i use this awesome library to create an ACL module in combination with
path-to-regexp
, I can list and show route based permissions. So if we can add something like this :It will be more awesome.
The text was updated successfully, but these errors were encountered: