OperationCode / operationcode_backend

This is the backend repo for the Operation Code website
https://operationcode.org
MIT License
62 stars 110 forks source link

Slack Integration 5: API authentication for PB #321

Closed apex-omontgomery closed 6 years ago

apex-omontgomery commented 6 years ago

Feature

Why is this feature being added?

Create a way to authenticate that the request coming in for SlackUser updates is authenticated and should continue.

What should your feature do?

Customize authentication for PB connections.

Slack uses two types of tokens that do not change until you request permission changes:

  1. Verification - ensure request is coming from slack
  2. Access - slack ensures request is coming from authorized app

Perhaps some combination of this to authenticate back and forth?