You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1500,7 +1500,7 @@ The `jwt.sign()` method takes a payload and the secret key defined in `config.js
1500
1500
<b><a href="#table-of-contents">↥ back to top</a></b>
1501
1501
</div>
1502
1502
1503
-
## Q. **_How to implement asymmetric cryptography when signing and verify JSON Web Token (JWT) for authentication in node js?_**
1503
+
## Q. How to implement asymmetric cryptography when signing and verify JSON Web Token (JWT) for authentication in node js?
1504
1504
1505
1505
JSON Web Token (JWT) is an open standard that defines a compact and self-contained way of securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed.
0 commit comments