Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type AuthMiddlewareDecorator ¶
func New ¶
func New(deps Deps) AuthMiddlewareDecorator
type Deps ¶
type Deps struct { fx.In Cfg *Config Sessions authsessions.Store `optional:"true"` Tokens authtokens.Tokens `optional:"true"` }
Click to show internal directories.
Click to hide internal directories.