get resource auth info endpoint

This commit is contained in:
Milo Schwartz 2024-11-17 23:24:30 -05:00
parent 6044213b9b
commit e38fbdecc1
6 changed files with 98 additions and 6 deletions

View file

@ -287,6 +287,8 @@ unauthenticated.post(
resource.authWithPassword
);
unauthenticated.get("/resource/:resourceId/auth", resource.getResourceAuthInfo);
// authenticated.get(
// "/role/:roleId/resources",
// verifyRoleAccess,