Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionConfig ¶
type SessionConfig func(ss *UserSession) error
func WithMongoUserRepository ¶
func WithMongoUserRepository() SessionConfig
type UserSession ¶
type UserSession struct { JWTSecret string // contains filtered or unexported fields }
func NewSession ¶
func NewSession(cfgs ...SessionConfig) *UserSession
Click to show internal directories.
Click to hide internal directories.