Skip to content

Add MIT license - #7

Merged
benitogf merged 2 commits into
masterfrom
add-license
Jul 30, 2026
Merged

Add MIT license#7
benitogf merged 2 commits into
masterfrom
add-license

Conversation

@benitogf

Copy link
Copy Markdown
Owner

Adds an MIT LICENSE file (matching the ecosystem's existing convention, e.g. ooo).

Part of the OSS licensing remediation (idnerdidx XT-526).

🤖 Generated with Claude Code

benitogf and others added 2 commits July 30, 2026 15:57
ooo removed Server.Audit in favor of gating requests through
gorilla/mux middleware registered with Router.Use(). CI pulls ooo at
HEAD via `go get`, so the stale go.mod pin masked the breakage locally
while `go vet` failed in CI (server.Audit undefined).

- add TokenAuth.Middleware(): a Router.Use()-compatible gate that
  requires a valid token for data routes and leaves the auth-managed
  routes (register/authorize/available/…) open, matching the old
  Audit-hook scope
- switch the test to server.Router.Use(auth.Middleware())
- bump the ooo pin to the current release so local matches CI
- refresh the README usage example and route table (Audit hook and
  ko/Routes signatures were stale)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@benitogf
benitogf merged commit 1a7b2c9 into master Jul 30, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant