slackapi / slackapi/java-slack-sdk

RDB support for the OAuth flow datastore

Open
#347 4 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement project:bolt
Dominant language
Java
Stars
602
Forks
232
Avg merge
4d 9h
Merged PRs (30d)
7

Description

Issue Type
  • Bug
  • Enhancement / Feature request
  • Question
  • Documentation
Description

As of Feb 2020, Bolt for Java supports the following datastore for InstallationService and OAuthStateService.

  • Local File System
  • Amazon S3

We're going to support the relational database as well. The implementation just depends on the JDBC APIs so that it works with any JDBC drivers.

Requirements (place an x in each of the [ ])
  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've searched for any related issues and avoided creating a duplicate issue.

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

Start by locating InstallationService and OAuthStateService and reviewing the contributing guidelines. Trace how the existing local-file and Amazon S3 datastores are wired, then define the JDBC-backed relational implementation for both services; done means both support a relational database through JDBC.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
authentication, database
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.