middleware

package
v0.0.0-...-056bc10 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2020 License: MIT Imports: 4 Imported by: 0

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

type TokenVerifier interface {
	VerifyToken(token string) (string, error)
}

func NewDummyTokenVerifier

func NewDummyTokenVerifier() TokenVerifier

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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