Passkey support for login. Maybe
Can only see once full swap to new systems
This commit is contained in:
parent
2c2f7deb9a
commit
a73519f5f8
3 changed files with 157 additions and 3 deletions
|
@ -8,4 +8,5 @@ var (
|
|||
// The user hasn't setup the provided authentication method
|
||||
ErrUnsupportedAuthMethod = errors.New("authentication method not supported for this user")
|
||||
ErrInvalidCombination = errors.New("invalid account and token combination")
|
||||
ErrProcessTimeout = errors.New("authentication process timed out")
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue