otp

package
v1.2.3 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2024 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ValidCode

func ValidCode(code string, interval int, secret string) bool

ValidCode 验证otp

Types

type Otp

type Otp struct {
	Secret   string `json:"secret"`
	QrImg    string `json:"qrImg"`
	Interval int    `json:"interval"`
}

func GetOtp

func GetOtp(username, title string, interval int) (otp Otp, err error)

GetOtp 获取otp二维码

Jump to

Keyboard shortcuts

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