Last Updated: June 30, 2026
Addu employs state-of-the-art token validation mechanisms. All portal requests use secure JSON Web Tokens (JWT) signed with environment keys. Authentication routes utilize security headers and strict password encryption via `bcryptjs` (using a Work Factor of 10) to guard against brute-force attacks.
Admins and teachers can activate extra layers of access control directly from their dashboards:
All document uploads (like study materials and syllabus sheets) are scanned and stored securely in private AWS S3 buckets. School database backups run automatically at midnight via a cron system that saves backups with AES-256 encryption.
Platform traffic is protected by custom rate limiters (`express-rate-limit`) to prevent DDoS and automated scrapers. Furthermore, we run real-time CORS checks dynamically matching registered subdomain certificates to isolate database records.