Files
auth/go.mod
T
argoyle 81ac3e6ea5
auth / test (push) Has been skipped
auth / vulnerabilities (push) Has been skipped
feat: initial shared auth module
Signed user-header middleware (UserMiddleware/FromContext/User, ADR-0005) plus
the deployed-secrets startup guard (MissingDeployedSecrets, ADR-0005/0006).
Replaces the byte-identical auth package + secrets_guard.go copied into every
backend service.
2026-06-15 11:43:11 +02:00

12 lines
236 B
Modula-2

module gitea.unbound.se/shiny/auth
go 1.25
require github.com/stretchr/testify v1.10.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)