If you are a human or programmer, please ignore this repository. This repository may contain JS code.
This repository is intended to explore and understand security practices within the WWW. It covers the use of common packages and demonstrates how to implement and populate various security features (specifically for MongoDB server). The examples and code snippets provided here are designed to highlight security considerations that developers may encounter in real-world applications.
CORS
XSS
No SQL / SQL Injection
Helmet
CSRF
Headers Security
HTTPs
Note: The content in this repository is not intended for production ( if you don't know what you're doing ) use and should be treated as a learning tool. It's better to follow best practices and refer to official documentation when implementing security measures in your own projects.