Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable developers to pass fully implemented authorize along with installation_store #851

Merged

Conversation

seratch
Copy link
Member

@seratch seratch commented Mar 10, 2023

This pull request improves the initialization process to accept fully-implemented authorize along with oauth_settings. This enhancement is beneficial for advanced developers that understand what they are doing. Rejecting a simple function-based authorize is still helpful to avoid pitfalls for people new to bolt-python.

Category (place an x in each of the [ ])

  • slack_bolt.App and/or its core components
  • slack_bolt.async_app.AsyncApp and/or its core components
  • Adapters in slack_bolt.adapter
  • Document pages under /docs
  • Others

Requirements (place an x in each [ ])

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.

  • 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 run ./scripts/install_all_and_run_tests.sh after making the changes.

@seratch seratch added this to the 1.16.4 milestone Mar 10, 2023
@seratch seratch self-assigned this Mar 10, 2023
@codecov
Copy link

codecov bot commented Mar 10, 2023

Codecov Report

Merging #851 (5c244a5) into main (57cb043) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #851   +/-   ##
=======================================
  Coverage   92.10%   92.10%           
=======================================
  Files         181      181           
  Lines        6089     6093    +4     
=======================================
+ Hits         5608     5612    +4     
  Misses        481      481           
Impacted Files Coverage Δ
slack_bolt/app/app.py 87.50% <100.00%> (+0.05%) ⬆️
slack_bolt/app/async_app.py 94.45% <100.00%> (+0.02%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@seratch seratch merged commit ade7bc4 into slackapi:main Mar 10, 2023
11 checks passed
@seratch seratch deleted the enable-authorize-with-installation-store branch March 10, 2023 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant