auth

package
v0.0.0-...-c1a9489 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Issuer

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

func NewIssuer

func NewIssuer(path string) (*Issuer, error)

func (*Issuer) Token

func (i *Issuer) Token(v map[string]string, expireDate int) (string, error)

expireDate in minute

type Validator

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

func NewValidator

func NewValidator(path string) (*Validator, error)

func (*Validator) Validate

func (v *Validator) Validate(tokenString string) (map[string]string, error)

Jump to

Keyboard shortcuts

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