Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dania02525 committed Aug 2, 2015
1 parent 2b7d7f9 commit afa3d7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Usage:

#or the module that implements `Joken.Config` can be set explicitly
plug PlugJwt, config_module: My.Joken.Config

#this fork allows for adding a list of expected claims to verify
plug PlugJwt, config_module: My.Joken.Config, claims: [aud: "spiderman", admin: true]
```

Parameters:
Expand Down

0 comments on commit afa3d7f

Please sign in to comment.