Skip to content

Instantly share code, notes, and snippets.

@emaitee
Last active January 24, 2019 20:28
Show Gist options
  • Save emaitee/f126ef34d9b68b35b0ed64c465383d07 to your computer and use it in GitHub Desktop.
Save emaitee/f126ef34d9b68b35b0ed64c465383d07 to your computer and use it in GitHub Desktop.
Authentication using passport with JWT and MySQL Database and Sequelize ORM
{
"name": "express-jwt-sequelize-mysql",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment