slackapi / slackapi/python-slack-sdk

Add MongoDB installation store

Open
#1,437 6 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

discussion oauth Version: 3x
Dominant language
Python
Stars
4k
Forks
857
Avg merge
22h 21m
Merged PRs (30d)
16

Description

I'd like to add MongoDB OAuth installation store which is currently not present in here

I recently developed my own app Pollify and wanted to use MongoDB for which there wasn't an installation store available, so I had to create one on my own.

Category
  • slack_sdk.web.WebClient (sync/async) (Web API client)
  • slack_sdk.webhook.WebhookClient (sync/async) (Incoming Webhook, response_url sender)
  • slack_sdk.models (UI component builders)
  • slack_sdk.oauth (OAuth Flow Utilities)
  • slack_sdk.socket_mode (Socket Mode client)
  • slack_sdk.audit_logs (Audit Logs API client)
  • slack_sdk.scim (SCIM API client)
  • slack_sdk.rtm (RTM client)
  • slack_sdk.signature (Request Signature Verifier)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the existing installation stores in slack_sdk/oauth/installation_store and compare them with the MongoDB store described in the issue and Pollify example. Implement the missing MongoDB-backed OAuth installation store there, then verify that the OAuth use case can use it as intended.

Written by the indexing model from the issue text.

Assessment

Tech stack
mongodb, python
Domain
authentication, databases
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.