Commit e71f8ad3 authored by Nikita Bulai's avatar Nikita Bulai Committed by Nikita Bulai

Add notice about access token scope

parent 8a208fa6
...@@ -193,6 +193,8 @@ Then, you'll receive the access token back in the response: ...@@ -193,6 +193,8 @@ Then, you'll receive the access token back in the response:
} }
``` ```
By default, the scope of the access token is `api`, which provides complete read/write access.
For testing, you can use the `oauth2` Ruby gem: For testing, you can use the `oauth2` Ruby gem:
```ruby ```ruby
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment