Welcome

This is a simple project testing out implementing user authentication and authorisation using JSON Web Tokens.

Click here to go to the signup page and choose a username and password.

No frontend libraries used, all html is generated server-side with Pug and Express.

Passwords salted and hashed with bcrypt, users authorised with jsonwebtoken in cookies. User data saved with MongoDB.