Skip to content

Commit

Permalink
move README note and add highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Davis committed Apr 8, 2015
1 parent 13d2420 commit 0ab287b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ 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 All @@ -90,6 +86,10 @@ options = {
jwt.decode('someJWTstring', 'secret', options=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.*

## Tests

You can run tests from the project root after cloning with:
Expand Down

0 comments on commit 0ab287b

Please sign in to comment.