admin_app_management icon indicating copy to clipboard operation
admin_app_management copied to clipboard

Sample application to manage your applications within a Slack organization

Results 9 admin_app_management issues
Sort by recently updated
recently updated
newest added

One example: ``` (node:39407) DeprecationWarning: collection.update is deprecated. Use updateOne, updateMany, or bulkWrite instead. ```

Upload comments to all files.

Update the API calls to approve or restrict apps to call the teams specified to perform actions ahead of requests. Add/Update examples to demonstrate this.

Add ability to save token to DB after OAuth flow.

Stand up a ui for the auth endpoint.

API validation need to be updated for request endpoints, known bug.

Move common business logic out of approvalLogic.ts and into helper files to make configuring business logic easier.

Apply SlackRequest type in Bolt file and throughout request logic files.

Refactor DB files to work fully async. Async was added partially as an afterthought but now is needed to support all use cases.