1.1.0 • Published 6 months ago

@microfox/slack-oauth v1.1.0

Weekly downloads
-
License
-
Repository
github
Last release
6 months ago

Microfox Slack OAuth

A TypeScript OAuth package for Slack.

Installation

npm install @microfox/slack-oauth @microfox/slack-oauth

Environment Variables

To use this package, you need to set the following environment variables:

  • SLACK_CLIENT_ID: Your Slack app's Client ID. (Required)
  • SLACK_CLIENT_SECRET: Your Slack app's Client Secret. (Required)
  • SLACK_REDIRECT_URI: The redirect URI you configured for your Slack app. (Required)
  • SCOPES: The scopes for your Slack app. (Required)
  • USER_SCOPES: The user scopes for your slack app.

API Reference

For detailed documentation on the constructor and all available functions, please refer to the following files:

1.1.0

6 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.1

7 months ago