MCPcopy
hub / github.com/oauth2-proxy/oauth2-proxy / SessionStore

Struct SessionStore

pkg/sessions/cookie/session_store.go:30–34  ·  view source on GitHub ↗

SessionStore is an implementation of the sessions.SessionStore interface that stores sessions in client side cookies

Source from the content-addressed store, hash-verified

28// SessionStore is an implementation of the sessions.SessionStore
29// interface that stores sessions in client side cookies
30type SessionStore struct {
31 Cookie *options.Cookie
32 CookieCipher encryption.Cipher
33 Minimal bool
34}
35
36// Save takes a sessions.SessionState and stores the information from it
37// within Cookies set on the HTTP response writer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected