Versions in this module Expand all Collapse all v1 v1.0.1 Nov 15, 2023 v1.0.0 Sep 19, 2023 Changes in this version + func NewSessionStore(credentials *oauth2.Config) *sessions.CookieStore + type SessionMiddleware struct + func NewSessionMiddleware(jwtManager crypto.JwtManager, store *sessions.CookieStore, ...) SessionMiddleware + func (m SessionMiddleware) Protect(next http.Handler) http.Handler