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
Currently the GetImages, GetImageById, and GetImageCount APIs do not have any permissions checking. We need to add this additional check for the correct project to /src/api/db/models/utils.js's hasRole function.
Add proper role annotation to the functions in the AuthedImageModel?
The text was updated successfully, but these errors were encountered:
Currently the GetImages, GetImageById, and GetImageCount APIs do not have any permissions checking.
We need to add this additional check for the correct project to/src/api/db/models/utils.js
's hasRole function.Add proper role annotation to the functions in the AuthedImageModel?
The text was updated successfully, but these errors were encountered: