Skip to content

Commit 09c52d4

Browse files
committed
Update README.md
1 parent a8fb095 commit 09c52d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@ The `jwt.sign()` method takes a payload and the secret key defined in `config.js
15001500
<b><a href="#table-of-contents">↥ back to top</a></b>
15011501
</div>
15021502

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?
15041504

15051505
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.
15061506

0 commit comments

Comments
 (0)