Releases: artefactual-labs/cookie-guard-spoa
Releases · artefactual-labs/cookie-guard-spoa
v0.2.1
Changelog
- b72fdda chore: refresh altcha challenge page
- 14ad6b9 Merge pull request #1 from artefactual-labs/feat/altcha-support
- efcfcb8 feat: ALTCHA challenge endpoints and assets; fhdr(User-Agent) in SPOE; ALTCHA backend routing; stale cookie cleanup\n\n- Add /altcha-challenge and /altcha-verify endpoints on metrics port\n- Serve local ALTCHA JS asset and challenge page\n- SPOE: use ua="req.fhdr(User-Agent)" (quoted) for issue/verify\n- HAProxy sample: route /altcha*, add X-Forwarded-For to 9904 backend\n- ALTCHA page: clear stale hb_v2 cookies to avoid loops\n- README and packaging snippets updated to match test server setup
- a3bbbfa feat: report hb_v2 cookie age
v0.1.0
Changelog
- 0599eff Add dynamic token length guard and tests
- 9b55177 Add packaging assets and service defaults
- d94694d Add GoReleaser release pipeline
- 672906e Bump Go toolchain to 1.25.3
- 06ec9e9 Add debug logging option
- 76175c5 Rename project to cookie-guard-spoa
- 8d9fd0e Add parse and verify cookie string lengh
- a01a2a3 Fix valid check
- 8d4e246 Remove js prefix in return values
- b060f88 Add prometheus and update README
- 9f08e42 Update .gitignore
- 9366a76 this
- d590da4 First commit