middleware

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2023 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 EchoMiddleware

type EchoMiddleware struct {
	// contains filtered or unexported fields
}

Implementation of middleware interface

func (*EchoMiddleware) CheckToken

func (middleware *EchoMiddleware) CheckToken(next echo.HandlerFunc) echo.HandlerFunc

Check if incoming token is valid and set claim in context with key claim

type Middleware

type Middleware interface {
	CheckToken(next echo.HandlerFunc) echo.HandlerFunc
}

Interface to check token

func NewEchoMiddleware

func NewEchoMiddleware(tokenParser parser.Parser) Middleware

Constructor to creat new EchoMiddleware

Jump to

Keyboard shortcuts

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