Skip to content

aderbas/node-api-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Node using JWT

  • How to use
$ cd node-api-base/
$ npm install
$ node app.js
  • Router

All routes are found in the "routes" folder by following the user template.

Using MassiveJS relational data access (See db/database.js to configure connection string) and express-jwt to validate JWT. The token provides the user information and the date of validity.

To decode token in your client app see: Json Web Token

About

API Node using JWT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published