If you find a security issue, please do not open a public issue with sensitive details. Instead, report it privately to the repository owner.
.envfiles (use.env.example)- API keys, tokens, passwords, payment-provider secrets
- Database files/dumps containing real or personal data
- Use a strong
JWT_SECRETin any non-local environment. - Restrict CORS origins in production.
- Prefer least-privilege database credentials.