node-authentication-jwt-mongodb
node-authentication-jwt-mongodb copied to clipboard
Cors probleme
While using the project with a reactjs frontend project i had a cors probleme
I fixed it with a
npm install cors
and adding a line in the main app.js
app.use(cors())