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

fixing the property #232

Closed uhunnyslack closed 11 months ago

uhunnyslack commented 11 months ago

Summary

The new field added in the previous PR had a typo.

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_auth_scheme_scheme : boolean} to support providers that use this.

More discussions can be found in our slack instance.

Important

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

Requirements (place an x in each [ ])