auth

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ContextJwtClaims = "jwtClaims"
)
View Source
const (
	DefaultTokenAuthHeader = "X-API-Key"
)

Variables

This section is empty.

Functions

func AuthMiddleware

func AuthMiddleware(auth Provider) gin.HandlerFunc

func GetClaims added in v0.5.0

func GetClaims(c *gin.Context) (*jwtprovider.Claims, bool)

GetClaims helper to get claims from gin context

func GetJWTToken added in v0.5.0

func GetJWTToken(c *gin.Context) (string, bool)

GetJWTToken helper to get JWT token from gin context

Types

type Provider

type Provider interface {
	CanAccess(c *gin.Context) bool
}

func NewAuthJWT added in v0.5.0

func NewAuthJWT(p jwtprovider.JWTParser) Provider

func NewAuthToken added in v0.3.1

func NewAuthToken(headerName string, key string) Provider

Jump to

Keyboard shortcuts

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