Documentation ¶
Index ¶
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 NewAuth ¶
func NewAuth(verifier TokenVerifier) *Auth
func (*Auth) MiddlewareFunc ¶
func (m *Auth) MiddlewareFunc(next echo.HandlerFunc) echo.HandlerFunc
type TokenVerifier ¶
func NewDummyTokenVerifier ¶
func NewDummyTokenVerifier() TokenVerifier
Click to show internal directories.
Click to hide internal directories.