sessionmanager

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthenticatedUserInfo

type AuthenticatedUserInfo struct {
	ID           string
	Email        string
	DisplayName  string
	ScreenImgURL *string
}

type SessionManager

type SessionManager interface {
	Authenticate(sid string) (userID string, err error)
	Login(w http.ResponseWriter, r *http.Request, userID string) error
	Logout(w http.ResponseWriter, r *http.Request) error
}

func NewSessionManager

func NewSessionManager(appConfig *config.AppConfig, redisClient *redis.Client) (SessionManager, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL