Server Auth
JSON Authentication with Passport and Basic HTTP
Setup
{
"name" : "auth-json-api",
"description" : "auth json api",
"version" : "0.0.1",
"dependencies" : {
"express" : "^4.x",
"passport" : "^0.2",
"passport-http" : "^0.2"
"mongoose" : "^3.8",
"bcrypt" : "latest",
"jwt-simple" : "^0.2",
"moment" : "^2.7"
}
}Last updated