Skip to content

Commit 1f736f8

Browse files
committed
Update README.md
1 parent d309996 commit 1f736f8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

jwt-authentication/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## Express and JSON Web Token Authentication
1+
# Express and JSON Web Token Authentication
22

33

4-
#### Generate Random Access Token
4+
## Generate Random Access Token
55

66
```bash
77
node > require('crypto').randomBytes(64).toString('hex');
@@ -10,3 +10,7 @@ node > require('crypto').randomBytes(64).toString('hex');
1010

1111
'e366bb13beebb0b9c8611dca7dc13d4badf7f303c374151cab5dfbb21196dede06224b3a210fdbd6f9392ac906b0f0662ff3480ea62c6374078928af177db161'
1212
```
13+
14+
## Reference
15+
16+
* *[https://github.com/auth0/node-jsonwebtoken#readme](https://github.com/auth0/node-jsonwebtoken#readme)*

0 commit comments

Comments
 (0)