Itai Axelrad

Results 4 comments of Itai Axelrad

Please be sure to check your editor and prettier config and align it with the one used for this project (single/double quotes, indents, etc.). Otherwise you end up with additional...

Similar to an express app, adding middlewares can help improve security. I think [helmet](https://github.com/helmetjs/helmet) is a great start, along with a rate limiter like [express-rate-limit](https://github.com/nfriedly/express-rate-limit) and maybe [cors](https://github.com/expressjs/cors). As an...

Forgot to add that having some sort of schema validation can also help with security. [Mongoose](https://github.com/Automattic/mongoose) is a popular Object Data Modeling (ODM) package though MongoDB now offers its own...

Having the same issue. I set up everything according to the docs. The user is signed in successfully upon first sign up but once they log out they are unable...