JWT-Auth-Template This template contains a basic navbar that will display the name of the logged in user. Instructions: 1. Clone this repository to your local machine. git clone https://github.com/ManliestBen/jwt-auth-template.git 2. Navigate into the repository and install node modules. cd jwt-auth-template npm i 3. Create a .env file and add values for the database URL and mongoDB connection string. touch .env DATABASE_URL=XXXXXXXXXXXXXXXXXXXXXXXX SECRET=XXXXXXXXXXXXXXXXXXXXXXXXXXX 4. Profit.# jwt-auth-template