We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319c34e commit 8f7ac42Copy full SHA for 8f7ac42
demos/slack.html
@@ -7,9 +7,9 @@
7
<title>hello( slack )</title>
8
<h1>hello( slack )</h1>
9
10
-
11
<blockquote>
12
- Checkout the <a href="https://api.slack.com/">Slack API</a>
+ <p>Checkout the <a href="https://api.slack.com/">Slack API</a>.</p>
+ <p>The API uses the explicit OAuth2 grant flow, therefore requires an <a href="../#oauth-proxy">oauth_proxy</a>.</p>
13
</blockquote>
14
15
<button onclick="login();" id="profile">Login Slack</button>
0 commit comments