Roch Moreau
Roch Moreau
Hi ! That's not how JWT Tokens works. I recommend you read the top answer of this https://stackoverflow.com/questions/31919067/how-can-i-revoke-a-jwt-token
Hi ! You just have to create the database in MySql according to your `.env` file. When you start the API with `npm start`, it will create the tables if...
Hi ! Did you found the answer by yourself ? The `getCompanies()` function is defined by Sequelize, it is used to request datas from foreign key in the database. In...
Is your strategy `LocalStrategy` defined as a `provider` in your auth module ?