package
6.1.1+incompatible
Repository: https://github.com/oauth2-proxy/oauth2-proxy.git
Documentation: pkg.go.dev
# Functions
CreateLegacyV5TestCases makes various V5 JSON sessions as test cases
Used for `apis/sessions/session_state_test.go` & `sessions/redis/redis_store_test.go`
TODO: Remove when this is deprecated (likely V7).
DecodeSessionState decodes a LZ4 compressed MessagePack into a Session State.
LegacyV5DecodeSessionState decodes a legacy JSON session cookie string into a SessionState.
# Constants
No description provided by the author
# Structs
LegacyV5TestCase provides V5 JSON based test cases for legacy fallback code.
SessionState is used to store information about the currently authenticated user session.
# Interfaces
SessionStore is an interface to storing user sessions in the proxy.