linstrom/auth-new/auth.go
mstar 9496ba0cc6
Some checks are pending
/ test (push) Waiting to run
Work on new auth framework based on new storage system
2025-03-28 16:17:08 +01:00

9 lines
129 B
Go

package auth
import (
"github.com/go-webauthn/webauthn/webauthn"
)
type Authenticator struct {
webauthn *webauthn.WebAuthn
}