Skip to content

saoreenrahman/JWT-Token-Generation-and-Verification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

JWT-Token-Generation-and-Verification

The following "Authserver.js" file generates JWT token after verifing user credentials. And then, verify newly generated JWT token for further queries. This implementation is a pert of larger project and only focus on JWT token generation ande verification using Node.js. "index.html" is a web page that acts as a user-interface and interacts with "Authserver.js" file in the backend.

Instructions:

1.Install Node.js locally, which you can be followed by https://www.digitalocean.com/community/tutorial_series/how-to-install-node-js-and-create-a-local-development-environment.

  1. Add jsonwebtoken (JSON Web Tokens) by running the following command: "npm install jsonwebtoken".

  2. Run "Authserver.js" in Node.js environment.

  3. Open "index.html" file in the web browser.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors