Work on new auth framework based on new storage system
Some checks are pending
/ test (push) Waiting to run
Some checks are pending
/ test (push) Waiting to run
This commit is contained in:
parent
66d6299295
commit
9496ba0cc6
5 changed files with 264 additions and 0 deletions
9
auth-new/auth.go
Normal file
9
auth-new/auth.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package auth
|
||||
|
||||
import (
|
||||
"github.com/go-webauthn/webauthn/webauthn"
|
||||
)
|
||||
|
||||
type Authenticator struct {
|
||||
webauthn *webauthn.WebAuthn
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue