fix(api): security hardening — helmet + auth rate limiting #641
Reference in New Issue
Block a user
Delete Branch "fix/security-hardening"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds helmet middleware for HSTS/X-Frame/etc security headers. Adds 5 req/min throttle on auth login/register endpoints.