Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Strategy ¶
type Strategy struct {
// contains filtered or unexported fields
}
Strategy is the default SessionStrategy: an opaque session ID in an HttpOnly cookie, backed by whatever SessionRepo the consumer injects (authority.Module implements it with its own session table + in-memory cache).
Click to show internal directories.
Click to hide internal directories.