Skip to content

Commit 2ec3263

Browse files
authored
Merge pull request auth0#393 from ziluvatar/migration-notes-to-readme
docs: readme, migration notes
2 parents cfc04a9 + 12cd8f7 commit 2ec3263

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ This was developed against `draft-ietf-oauth-json-web-token-08`. It makes use of
1313
$ npm install jsonwebtoken
1414
```
1515

16+
# Migration notes
17+
18+
* [From v7 to v8](https://github.com/auth0/node-jsonwebtoken/wiki/Migration-Notes:-v7-to-v8)
19+
1620
# Usage
1721

1822
### jwt.sign(payload, secretOrPrivateKey, [options, callback])

0 commit comments

Comments
 (0)