-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
4nass edited this page Aug 19, 2026
·
1 revision
Thank you for helping with IdMux. Small, clear changes are easier to review and safer to run.
Read the Security page and the main repository's SECURITY.md.
- Fork the repository or create a short-lived branch from
main. - Make one focused change.
- Add or update tests.
- Run
gofmt,go test -race ./...,go vet ./..., andgolangci-lint run. - Open a pull request with a short description and test results.
Keep provider-specific behavior out of the core cookie engine. Do not add password, token, JWT, or business logic to the proxy.
- Explain what changed and why.
- Explain the security impact.
- Show the checks that passed.
- Keep the commit history small and clear.
- Do not include secrets, real cookies, tokens, or customer data.
The Wiki is for documentation only. Keep code changes in the main repository so they can use pull requests and CI.