Skip to content

Commit

Permalink
Merge pull request #174 from wwalser/doc-update-disable-urlkey
Browse files Browse the repository at this point in the history
Updated docs to correctly point out how to disable urlKey.
  • Loading branch information
nelsonic authored Jun 11, 2016
2 parents ffde771 + f7b0486 commit 342907a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,7 @@ var url = "/path?token="+token;
```

> What if I want to *disable* the ability to pass JWTs in via the URL?
(*asked by* @bitcloud in [issue #146](https://github.com/dwyl/hapi-auth-jwt2/pull/146))
> simply set your `urlKey` to something *impossible* to guess see:
[*example*](https://github.com/dwyl/hapi-auth-jwt2/pull/146#issuecomment-205481751)
> Set your `urlKey` to `false` or ''. (*added by* @bitcloud: [issue #146](https://github.com/dwyl/hapi-auth-jwt2/pull/146))
## Generating Your Secret Key

Expand Down

0 comments on commit 342907a

Please sign in to comment.