Skip to content

Commit

Permalink
update README with note about overriding defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Davis committed Apr 8, 2015
1 parent e62df13 commit 13d2420
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ options = {
}
```

NOTE: Changing the default behavior is done at your own risk, and almost certainly will make your
application less secure. Doing so should only be done with a very clear understanding of what you
are doing.

You can skip individual checks by passing an `options` dictionary with certain keys set to `False`.
For example, if you want to verify the signature of a JWT that has already expired.

Expand Down

0 comments on commit 13d2420

Please sign in to comment.