mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-01 00:06:38 +00:00
get resource auth info endpoint
This commit is contained in:
@@ -287,6 +287,8 @@ unauthenticated.post(
|
||||
resource.authWithPassword
|
||||
);
|
||||
|
||||
unauthenticated.get("/resource/:resourceId/auth", resource.getResourceAuthInfo);
|
||||
|
||||
// authenticated.get(
|
||||
// "/role/:roleId/resources",
|
||||
// verifyRoleAccess,
|
||||
|
||||
Reference in New Issue
Block a user