es6-express-mongoose-passport-rest-api icon indicating copy to clipboard operation
es6-express-mongoose-passport-rest-api copied to clipboard

Lightweight boilerplate for Node RESTful API, ES6, Express, Mongoose and Passport 🎁

Results 2 es6-express-mongoose-passport-rest-api issues
Sort by recently updated
recently updated
newest added

STR: POST: http://localhost:4040/auth/register payload: { "email": "[email protected]", "password": "def" } then do the same a second time Observe log in terminal: ```POST /auth/register 401 91.564 ms - - _http_outgoing.js:359 throw...

You didnt implement jsonwebtokens. any plans to add that later?