Skip to content

Commit

Permalink
Change "Classic Slack apps" link target
Browse files Browse the repository at this point in the history
The /bot-users page explains how classic apps are an "outdated" approach whereas the /authentication/quickstart page is geared toward modern apps and requires an additional link to get to the Classic apps page.
  • Loading branch information
marks committed May 2, 2020
1 parent 4ded33e commit 41e4182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/oauth-v1/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OAuth v1 Example

This repo contains a sample app for doing OAuth with Slack for [Classic Slack apps](https://api.slack.com/authentication/quickstart). Checkout `app.js`. The code includes a few different options which have been commented out. As you play around with the app, you can uncomment some of these options to get a deeper understanding of how to use this library.
This repo contains a sample app for doing OAuth with Slack for [Classic Slack apps](https://api.slack.com/bot-users). Checkout `app.js`. The code includes a few different options which have been commented out. As you play around with the app, you can uncomment some of these options to get a deeper understanding of how to use this library.

Local development requires a public URL where Slack can send requests. In this guide, we'll be using [`ngrok`](https://ngrok.com/download). Checkout [this guide](https://api.slack.com/tutorials/tunneling-with-ngrok) for setting it up.

Expand Down

0 comments on commit 41e4182

Please sign in to comment.