feat: Add missing middleware checks to admin app auth clients

This commit is contained in:
Faruk AYDIN
2024-02-24 01:05:04 +01:00
parent d17d8e2805
commit 5a209f81d1
3 changed files with 2 additions and 7 deletions

View File

@@ -7,10 +7,6 @@ const authorizationList = {
action: 'read',
subject: 'User',
},
'/api/v1/admin/app-auth-clients/:appAuthClientId': {
action: 'read',
subject: 'App',
},
};
export const authorizeUser = async (request, response, next) => {