Never commit:
.env- Telegram API credentials.
- Telegram
*.sessionfiles. - JWT secrets, SMTP passwords, webhook tokens or notification keys.
- Database dumps, logs, exported datasets or backup archives.
- Set a strong
JWT_SECRET_KEY. - Restrict
CORS_ORIGINSto trusted origins. - Use HTTPS when exposing the frontend or API publicly.
- Limit server SSH access.
- Keep MySQL credentials scoped to this application.
- Review Pull Requests before merging into
main.
Open a private report to the repository owner when the issue involves credentials, session files, authentication bypass, data leakage, or production deployment risk.