MCPcopy
hub / github.com/hatchet-dev/hatchet / UserSessionStore

Struct UserSessionStore

pkg/auth/cookie/sessionstore.go:27–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27type UserSessionStore struct {
28 codecs []securecookie.Codec
29 options *sessions.Options
30 repo v1.UserSessionRepository
31 cookieName string
32
33 // l receives diagnostics for session persistence issues (e.g. DB delete during logout).
34 l zerolog.Logger
35}
36
37type UserSessionStoreOpts struct {
38 // The max age of the cookie, in seconds.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected