amanpatel3045 / Middleware-For-jwt-Token-Authentication

creating token while user login then if user try to access the profile page so we are authenticating the user (verifying jwt token using jwt.verify() method ) - if the user is logged in or not.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Middleware-For-jwt-Token-Authentication

creating token while user login then if user try to access the profile page so we are authenticating the user (verifying jwt token using jwt.verify() method ) - if the user is logged in or not.

About

creating token while user login then if user try to access the profile page so we are authenticating the user (verifying jwt token using jwt.verify() method ) - if the user is logged in or not.


Languages

Language:JavaScript 100.0%