Documentation
¶
Index ¶
- type Auth
- func (a *Auth) Create(name string) (string, error)
- func (a *Auth) CreateWithPW(name, password string, strength int) (string, error)
- func (a *Auth) HotReload() error
- func (a *Auth) Names() []string
- func (a *Auth) Reload() (amount int, err error)
- func (a *Auth) Remove(name string) error
- func (a *Auth) Secure(handler echo.HandlerFunc) echo.HandlerFunc
- type UserPW
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth struct {
// contains filtered or unexported fields
}
func (*Auth) CreateWithPW ¶
func (*Auth) Secure ¶
func (a *Auth) Secure(handler echo.HandlerFunc) echo.HandlerFunc
Click to show internal directories.
Click to hide internal directories.