vericode

package
v1.0.55 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VerificationServiceImpl

type VerificationServiceImpl struct {
	Sender      mails.Service      //starter:inject("#")
	JWT         jwt.Service        //starter:inject("#")
	UUIDService random.UUIDService //starter:inject("#")

	SenderFromSMS   string //starter:inject("${security.verification-code-sender.sms.from}")
	SenderFromMail  string //starter:inject("${security.verification-code-sender.mail.from}")
	TokenMaxAgeInMS int64  //starter:inject("${security.verification-code-token.max-age.ms}")
	// contains filtered or unexported fields
}

VerificationServiceImpl ...

func (*VerificationServiceImpl) Life

Life ...

func (*VerificationServiceImpl) SendCode

SendCode ...

func (*VerificationServiceImpl) Verify

Verify ...

Jump to

Keyboard shortcuts

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