We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d309996 commit 1f736f8Copy full SHA for 1f736f8
jwt-authentication/README.md
@@ -1,7 +1,7 @@
1
-## Express and JSON Web Token Authentication
+# Express and JSON Web Token Authentication
2
3
4
-#### Generate Random Access Token
+## Generate Random Access Token
5
6
```bash
7
node > require('crypto').randomBytes(64).toString('hex');
@@ -10,3 +10,7 @@ node > require('crypto').randomBytes(64).toString('hex');
10
11
'e366bb13beebb0b9c8611dca7dc13d4badf7f303c374151cab5dfbb21196dede06224b3a210fdbd6f9392ac906b0f0662ff3480ea62c6374078928af177db161'
12
```
13
+
14
+## Reference
15
16
+* *[https://github.com/auth0/node-jsonwebtoken#readme](https://github.com/auth0/node-jsonwebtoken#readme)*
0 commit comments