Skip to content

Instantly share code, notes, and snippets.

@muhammadzaky15
Last active August 28, 2019 17:01
Show Gist options
  • Save muhammadzaky15/6f4d9b22a0a3cdc92bebf92e7b5f1aab to your computer and use it in GitHub Desktop.
Save muhammadzaky15/6f4d9b22a0a3cdc92bebf92e7b5f1aab to your computer and use it in GitHub Desktop.
passportJS Tutorial
{
"name": "passport-jwt-tutorial",
"version": "1.0.0",
"description": "tutorial verify jwt dengan passportJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "muhammad.zaky.pnl@gmail.com",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment