Skip to content

NodJS app to secure any apis using JWT, JSON patch used for data patching

Notifications You must be signed in to change notification settings

mehul-chaturvedi/NodeJS-JWT-file_download-JSON_Patch

Repository files navigation

NodeJS-JWT-file_download-JSON_Patch

This nodejs app has following functionalities:

  1. JSON Web Token (JWT)

It creates JWT when new user registers, the token expires in 24 hrs,token is given back to the user When user login's it creates JWT and pass it to the user to save it for future communications, So whenever user tries to comminicate with server it has to give JWT to the server for verification.

  1. File Download using Multer

It helps in download single or multiple file send by fronend to the server.

  1. JSON Patch using Fast-JSON-Patch

For editing JSON objects, send JSON to server that are updated not the whole object.

About

NodJS app to secure any apis using JWT, JSON patch used for data patching

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published