feat: write REST API endpoint to generate auth url
This commit is contained in:
@@ -101,6 +101,10 @@ const authorizationList = {
|
||||
action: 'create',
|
||||
subject: 'Connection',
|
||||
},
|
||||
'POST /api/v1/connections/:connectionId/auth-url': {
|
||||
action: 'create',
|
||||
subject: 'Connection',
|
||||
},
|
||||
};
|
||||
|
||||
export const authorizeUser = async (request, response, next) => {
|
||||
|
Reference in New Issue
Block a user