Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewListener ¶
func NewListener(opts ListenerOptions) jwtware.ValidationListener
NewListener returns a jwtware.ValidationListener that emits audit records and notifies schema observers whenever a token is validated.
Types ¶
type ListenerOptions ¶
type ListenerOptions struct {
ActivitySink types.ActivitySink
Logger types.Logger
SchemaNotifier SchemaNotifier
}
ListenerOptions customize the validation listener behaviour.
Click to show internal directories.
Click to hide internal directories.