passkey

package
v0.12.1 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2026 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHandler

func NewHandler(
	waSvc *webauthn.Service,
	jwtSvc *jwt.Service,
	validate *validator.Validate,
) handler.Handler

Types

type CredentialResponse

type CredentialResponse struct {
	ID        int64     `json:"id"`
	Name      string    `json:"name"`
	CreatedAt time.Time `json:"created_at"`
}

type Handler

type Handler struct {
	handler.Base
	// contains filtered or unexported fields
}

func (*Handler) Register

func (h *Handler) Register(r fiber.Router)

type RenameRequest

type RenameRequest struct {
	Name string `json:"name" validate:"required,min=1,max=255"`
}

Jump to

Keyboard shortcuts

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