All Projects → mjhea0 → node-token-auth

mjhea0 / node-token-auth

Licence: MIT License
jwt auth!

Programming Languages

javascript
184084 projects - #8 most used programming language

Token-Based Authentication with Node

Want to learn how to build this project?

Check out the blog post.

Want to use this project?

  1. Fork/Clone
  2. Install dependencies - npm install
  3. Create two local Postgres databases - node_token_auth and node_token_auth_test
  4. Migrate - knex migrate:latest --env development
  5. Seed - knex seed:run --env development
  6. Run the development server - gulp
  7. Test - npm test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].