In this video tutorial you will learn how to #Secure your #Nodejs App | Protect the #nodejs application.
1- prevent your Node aapplication from attacker.
Data validation
DOS attack
a) we can limit our request as per each route
XSS attack
Brute Force Attacks
1- in server side you have to encrypt your password, bcrypt,
2- proper validation before validation with database
3- 2-step verification
SQL/NoSQL Injection Attacks
1- input validation
2- mongoose has some validator method.
3- mongosanitization
Useful links
https://www.npmjs.com/package/helmet
https://www.npmjs.com/package/bcrypt
https://www.npmjs.com/package/express-mongo-sanitize
https://www.npmjs.com/package/xss-clean
https://www.npmjs.com/package/cors
https://www.npmjs.com/package/express-rate-limit
https://www.npmjs.com/package/express-brute
https://www.npmjs.com/package/validator
If you are new to my channel please do like and subscribe.!!
Download
0 formats
No download links available.
Writing Secure Node Code: Avoiding the Most Common Node.js Security Mistakes | Basic security Node. | NatokHD