slackapi / deno-slack-sdk

SDK for building Run on Slack apps using Deno
https://api.slack.com/automation
MIT License
158 stars 27 forks source link

adding use basic auth scheme config #215

Closed uhunnyslack closed 1 year ago

uhunnyslack commented 1 year ago

Summary

To support more connectors, 3p auth manifest config requires some more new SDK fields

This PR is to add a new field that helps the connector team unblock creating some more connectors.

token_url_config : { use_basic_authentication_scheme_scheme : boolean} to support providers that use this.

More discussions can be found in our slack instance.

closing this old PR for this.

Important

Please do not merge it until the web app changes are merged! Thanks!

Requirements (place an x in each [ ])

codecov[bot] commented 1 year ago

Codecov Report

Merging #215 (b01f2f8) into main (79afeb3) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #215   +/-   ##
=======================================
  Coverage   99.24%   99.24%           
=======================================
  Files          56       56           
  Lines        2128     2128           
  Branches      136      136           
=======================================
  Hits         2112     2112           
  Misses         15       15           
  Partials        1        1           

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