Skip to content

Commit c5cc5d2

Browse files
committed
Update README.md
1 parent 07634a0 commit c5cc5d2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2601,6 +2601,14 @@ var server = app.listen(3000, function () {
26012601
<b><a href="#">↥ back to top</a></b>
26022602
</div>
26032603

2604+
## Q. ***What is the difference between req.params and req.query?***
2605+
2606+
*ToDo*
2607+
2608+
<div align="right">
2609+
<b><a href="#">↥ back to top</a></b>
2610+
</div>
2611+
26042612
## Q. ***How to handle file upload in Node.js?***
26052613

26062614
* **express**: Popular web framework built on top of Node.js, used for creating REST-API.
@@ -3210,7 +3218,7 @@ async function logFetch(url) {
32103218
<b><a href="#">↥ back to top</a></b>
32113219
</div>
32123220

3213-
#### 72Q. ***How to use JSON Web Token (JWT) for authentication in Node.js?***
3221+
## Q. ***How to use JSON Web Token (JWT) for authentication in Node.js?***
32143222

32153223
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.
32163224

0 commit comments

Comments
 (0)