Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed Jun 9, 2019
1 parent e1c845f commit ac72b9c
Show file tree
Hide file tree
Showing 4 changed files with 1,542 additions and 1,048 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhIjoxLCJpYXQiOjE1MjczMTI3NTIsImV4cCI6MTU

> Note: the `sign` subcommand accepts **all** the same options as [`auth0/node-jsonwebtoken`](https://github.com/auth0/node-jsonwebtoken#jwtsignpayload-secretorprivatekey-options-callback) with the exception of `mutatePayload` which is not applicable.
| Option | Description |
| -------------- | ---------------------------------------- |
| Option | Description |
| -------------- | --------------------------------------- |
| `-n, --noCopy` | Do not copy the token to the clipboard. |

### `verify [options] token secret`
Expand Down Expand Up @@ -79,13 +79,13 @@ copied to clipboard:

> Note: the `decode` subcommand accepts **all** the same options as [`auth0/node-jsonwebtoken`](https://github.com/auth0/node-jsonwebtoken#jwtverifytoken-secretorpublickey-options-callback) with the exception of `json` which is not applicable.
| Option | Description |
| -------------- | ------------------------------------------ |
| Option | Description |
| -------------- | ----------------------------------------- |
| `-n, --noCopy` | Do not copy the payload to the clipboard. |

## Related

* [node-jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) – JsonWebToken implementation for node.js
- [node-jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) – JsonWebToken implementation for node.js

## License

Expand Down
12 changes: 6 additions & 6 deletions SCRATCH.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## Methods

* `refresh`
* `scope`
- `refresh`
- `scope`

## Tests

> Fix: CI clipboard issue
* `clockTimestamp`
* `clockTolerance`
* `ignoreExpiration`
* `ignoreNotBefore`
- `clockTimestamp`
- `clockTolerance`
- `ignoreExpiration`
- `ignoreNotBefore`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clarketm/jwt-cli",
"version": "1.1.1",
"version": "1.1.2",
"description": "Command line tool for working with JSON Web Tokens (JWT)",
"engines": {
"node": ">=8.11.2"
Expand Down
Loading

0 comments on commit ac72b9c

Please sign in to comment.