Skip to content

Commit

Permalink
format readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wshirey committed Jul 13, 2016
1 parent f9319a5 commit f9e4bcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ convention of `x-<claim-name>`. For example, if the JWT payload object is

```json
{
"sub": "1234567890",
"name": "John Doe",
"admin": true
"sub" : "1234567890",
"name" : "John Doe",
"admin" : true
}
```

Expand Down

0 comments on commit f9e4bcb

Please sign in to comment.