mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 06:29:23 +02:00
get resource auth info endpoint
This commit is contained in:
parent
6044213b9b
commit
e38fbdecc1
6 changed files with 98 additions and 6 deletions
|
@ -287,6 +287,8 @@ unauthenticated.post(
|
|||
resource.authWithPassword
|
||||
);
|
||||
|
||||
unauthenticated.get("/resource/:resourceId/auth", resource.getResourceAuthInfo);
|
||||
|
||||
// authenticated.get(
|
||||
// "/role/:roleId/resources",
|
||||
// verifyRoleAccess,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue