Nesula
1.0.0
1.0.0
  • Introduction
  • Overview
    • First steps
    • Architecture
    • Authentication
    • Authorization
    • Routing
    • Meta
    • Mail
    • Security
      • Content Security Policy
    • Configuration
    • Service Worker
    • Logger
  • Development
    • Angular
    • NestJS
  • Nesula Devops
    • Nesula Setup
      • Files: Git
      • Database: Postgres
      • Server: Nginx
      • .Env & environment.ts
      • SSL
      • Build & Serve
    • Deployment
      • Deploy: Development
      • Deploy: Staging
      • Deploy: Production
    • Installation [ Old ]
  • Developer Setup
    • Visual Studio Code
      • Extensions
      • Run & Debug: Launch.json
      • Remote SSH
    • Chrome
    • Postman
  • Server Setup
    • Ubuntu Server Setup
      • Settings
      • Security
      • Users
    • App Server Setup
    • Node.js Hello World
    • Command Line
Powered by GitBook
On this page
  • Helmet
  • CORS
  • Rate Limiting

Was this helpful?

  1. Overview

Security

XSS, CORS & Rate Limiting

PreviousMailNextContent Security Policy

Last updated 3 years ago

Was this helpful?

Nesula includes several middleware security libraries by default.

Helmet

Helmet is Node.js middleware with a range of security tools.

CORS

Cross Origin Resource Sharing (CORS) is Node.js middleware

Rate Limiting

Throttler is a NestJS package that provides rate-limiting against brute-force attacks.

Documentation | NestJS - A progressive Node.js frameworkDocumentation | NestJS - A progressive Node.js framework
NestJS documentation for Throttler
GitHub - helmetjs/helmet: Help secure Express apps with various HTTP headersGitHub
Helmet configuration options
Logo
GitHub - expressjs/cors: Node.js CORS middlewareGitHub
CORS configruation options
Logo
Logo