Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSessionStore ¶
func NewSessionStore(credentials *oauth2.Config) *sessions.CookieStore
Types ¶
type SessionMiddleware ¶
type SessionMiddleware struct {
// contains filtered or unexported fields
}
func NewSessionMiddleware ¶
func NewSessionMiddleware( jwtManager crypto.JwtManager, store *sessions.CookieStore, credentials *oauth2.Config, onlyoffice *shared.OnlyofficeConfig, logger log.Logger, ) SessionMiddleware
Click to show internal directories.
Click to hide internal directories.