Files
flex-auth/internal/adapters/topaz/doc.go
tegwick 1ce0181e8f
Some checks failed
CI / Build and Test (push) Has been cancelled
CI / Lint (push) Has been cancelled
Implement Topaz adapter
2026-05-17 06:58:04 +02:00

8 lines
351 B
Go

// Package topaz implements the delegated Topaz adapter for flex-auth.
//
// The package keeps Topaz behind a small client interface. Protected systems
// continue to send flex-auth CheckRequest values and receive the same
// DecisionEnvelope shape used by the standalone evaluator; only the PDP and
// directory implementation changes.
package topaz