admin_app_management
admin_app_management copied to clipboard
Sample application to manage your applications within a Slack organization
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.