Update oauth.md

This commit is contained in:
Robert Wallach
2018-04-05 14:44:06 -05:00
committed by GitHub
parent 0e1f840794
commit 2e8e5571ed

View File

@@ -34,12 +34,18 @@ OAuth provides a level of security to your documentation to restrict access to i
3. Add the following lines of code to your Hub:
```
"config": {
"http": {
"oauth2": {
"credentials": {
"authorize_url": "insert authorize url here",
"access_token_url": "insert access token url here",
"http": {
"oauth2": {
"credentials": {
"authorize_url": "insert authorize url here",
"access_token_url": "insert access token url here",
}
}
}
}
```
---