middleware

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2021 License: MIT Imports: 7 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AuthID uint64

AuthID - Access details

View Source
var JWTExpireTime int

JWTExpireTime ...

View Source
var MySigningKey []byte

MySigningKey ...

Functions

func CORS

func CORS() gin.HandlerFunc

CORS middleware

func GetJWT

func GetJWT(id uint64, email string) (string, error)

GetJWT ...

func JWT

func JWT() gin.HandlerFunc

JWT ...

Types

type MyCustomClaims

type MyCustomClaims struct {
	ID    uint64 `json:"Id"`
	Email string `json:"Email"`
	jwt.StandardClaims
}

MyCustomClaims ...

Jump to

Keyboard shortcuts

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