qrcodes

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2026 License: AGPL-3.0 Imports: 11 Imported by: 0

Documentation

Overview

Package qrcodes provides QR code generation for TOTP two-factor authentication setup.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterBuilder

func RegisterBuilder(i do.Injector)

RegisterBuilder registers a Builder with the injector.

Types

type Builder

type Builder interface {
	BuildQRCode(ctx context.Context, username, twoFactorSecret string) (string, error)
}

Builder generates QR codes for TOTP two-factor authentication.

func NewBuilder

func NewBuilder(issuer Issuer, tracerProvider tracing.TracerProvider, _ logging.Logger) Builder

NewBuilder returns a new QR code Builder.

type Issuer

type Issuer string

Issuer identifies the service that issued the TOTP secret.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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