Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update content/developers/apps/authorizing-oauth-apps.md
  • Loading branch information
lucascosti authored Dec 15, 2020
commit 5ac23e1685fa662fca7cc6b709a744ab16c038ea
4 changes: 3 additions & 1 deletion content/developers/apps/authorizing-oauth-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,9 @@ The optional `redirect_uri` parameter can also be used for localhost URLs. If th

For the `http://localhost/path` callback URL, you can use this `redirect_uri`:

http://localhost:1234/path
```
http://localhost:1234/path
```

### Creating multiple tokens for OAuth Apps

Expand Down