Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Aug 3, 2014
1 parent 5007b16 commit ce86758
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,11 @@ Planned authentication options are `Basic Auth`, `Bearer Token`, `OAuth2 (generi
```json
{
"auth": {
"type": "basic",
"list": ["username:password", ...],
"realm": "Private" // `realm` is optional
"basic": {
"enabled": true,
"list": ["username:password", ...],
"realm": "Private" // `realm` is optional
}
}
}
```
Expand Down

0 comments on commit ce86758

Please sign in to comment.