middleware

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ITokenMiddleware

type ITokenMiddleware interface {
	Authenticate(c *gin.Context)
}

type TokenMiddleware

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

func NewTokenMiddleware

func NewTokenMiddleware(authCache cache.ITokenCache, secret string) *TokenMiddleware

func (*TokenMiddleware) Authenticate

func (j *TokenMiddleware) Authenticate(c *gin.Context)

Jump to

Keyboard shortcuts

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