feat: implement app-auth-client endpoint

This commit is contained in:
Rıdvan Akca
2024-02-16 13:11:21 +03:00
committed by Faruk AYDIN
parent ca7636e7bc
commit d17d8e2805
14 changed files with 242 additions and 0 deletions

View File

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