finish op and testing
without middleware for now
This commit is contained in:
parent
6f8f5226d7
commit
4211fad110
14 changed files with 494 additions and 38 deletions
|
@ -18,9 +18,6 @@ import (
|
|||
)
|
||||
|
||||
type AuthRequest interface {
|
||||
// LogValuer allows the implementation which fields to log,
|
||||
// and which ones to redact for security reasons.
|
||||
slog.LogValuer
|
||||
GetID() string
|
||||
GetACR() string
|
||||
GetAMR() []string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue