feat: Add missing middleware checks to admin app auth clients
This commit is contained in:
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user