handler

package
v0.0.0-...-1928144 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2021 License: MIT Imports: 17 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateTwoFAToken

func GenerateTwoFAToken() string

func NewHandler

func NewHandler(d model.Database, n *snowflake.Node, c *cache.Cache) *handler

Types

type JWTClaims

type JWTClaims struct {
	Username string `json:"username"`
	Locale   string `json:"locale"`
	Avater   string `json:"avater"`
	ID       uint64 `json:"id,string"`
	jwt.StandardClaims
}

type LoginSuccess

type LoginSuccess struct {
	Username string `json:"Username"`
	Locale   string `json:"locale"`
	Avater   string `json:"avater"`
	ID       uint64 `json:"id,string"`
	JWT      string `json:"jwt"`
}

Resposes

type TOTPTuthRequired

type TOTPTuthRequired struct {
	Token string `json:"Token"`
}

Jump to

Keyboard shortcuts

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