mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 15:18:23 +00:00
fix scope typo
This commit is contained in:
parent
bd7bed8141
commit
740ba0a19a
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ Construct an authorization URL with these parameters:
|
|||
<p>
|
||||
The scopes you request will determine what user information your app will be able to access. <br/>
|
||||
If you're a community member, you can request the following scopes: <code><%= Program::COMMUNITY_ALLOWED_SCOPES.join(" ") %></code>. <br/>
|
||||
If you work for Hack Club HQ and are building an official program, you will have access to additional scopes, like <code>basic_info</code> and <code>addresses</code>.
|
||||
If you work for Hack Club HQ and are building an official program, you will have access to additional scopes, like <code>basic_info</code> and <code>address</code>.
|
||||
<br/>
|
||||
Talk to Nora if you need anything scarier than those.
|
||||
</p>
|
||||
|
|
@ -143,4 +143,4 @@ Authorization: Bearer idntk.mraowj2z72e1x8i2a60o88j3h7d0f1
|
|||
Your first endpoint will probably be <%= render Components::APIExample.new(method: "GET", url: api_v1_me_url, path_only: true) %>
|
||||
This is analogous to `users.info` if you're coming from a Slack API background.
|
||||
|
||||
Happy hacking!
|
||||
Happy hacking!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue