Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store implements scs.Store backed by PostgreSQL. The sessions table carries a user_id column (NULL for pre-login sessions) extracted from the gob-encoded SCS session data on each Commit, enabling admin session listing and per-user revocation without a separate table.
Click to show internal directories.
Click to hide internal directories.