@marmik_p/jwt-auth
v1.0.1
Published
JWT authentication npm library
Downloads
4
Readme
jwt-auth
JWT authentication npm library
There are 2 main functions available in this package:
- generateJwtToken : which takes userData to be stored in JWT and some credentials for creating JWT
- verifyToken : which verifies the token and returns user data