jwt-authentification Only backend services Usage : git clone https://github.com/artkabis/jwt-authentification.git . npm i npm start dev Init environnement variable create .env file and add -> MONGO_URI = 'mongodb+srv://yourname:[email protected]/YOURDBNAME' API_PORT = 8000 TOKEN_KEY = '000111222333444' Ressources : MongoDB JWT Testing request : use Thunder Client Exemples request : POST register : POST login : GET hello :