get resource auth info endpoint

This commit is contained in:
Milo Schwartz
2024-11-17 23:24:30 -05:00
parent e802d061ba
commit 1c4a873974
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,