API for registering users with mongodb and authentication using a JWT (json web token). This app uses passport and passport-jwt and uses a JWT strategy
1.0.0
npm installnpm start##Endpoints
POST /users/registerPOST /users/authenticate // Gives back a tokenGET /users/profile // Needs json web token to authorize