middleware

package
v0.0.0-...-cc7b2e0 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func JWT

func JWT() fiber.Handler

func OptionalJWT

func OptionalJWT() fiber.Handler

func Role

func Role(role ...string) fiber.Handler

func SetTraceId

func SetTraceId() fiber.Handler

Types

type Claim

type Claim struct {
	FirstName string `json:"firstName,omitempty"`
	LastName  string `json:"lastName,omitempty"`
	Email     string `json:"email,omitempty"`
	Role      string `json:"role,omitempty"`
	jwt.RegisteredClaims
}

Jump to

Keyboard shortcuts

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