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
{{ message }}
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.
For example the tag update endpoint says that it requires admin role, but even when I'm not logged in and all cookies/cache is cleared, I can still modify the tag.
app.route('put', '/tags/:tagId', {
summary: 'Updates a single tag, requires admin role'
},
middleware.auth({roles: ['admin']})
This needs to be resolved before we can add more functionality to the Hub in regards to editing anything (chapters, events, tags, etc).
For example the tag update endpoint says that it requires admin role, but even when I'm not logged in and all cookies/cache is cleared, I can still modify the tag.
This needs to be resolved before we can add more functionality to the Hub in regards to editing anything (chapters, events, tags, etc).
This is related to PR #53.
The text was updated successfully, but these errors were encountered: