uupd/docs/V2 - WIP/security_tips.md
2026-03-23 14:54:48 +00:00

469 B

🛡️ Security Tips

For private update servers or GitHub repos, consider these practices:

  • Use HTTPS for all update servers.
  • Avoid committing your github_token directly into public repositories.
  • Use key authentication for private update endpoints:
'key' => 'your-secret-key',
  • Limit write access to your index.json or deployment tools.
  • Rotate your GitHub token regularly and use a token with minimal required scopes.