Passkey support for login. Maybe

Can only see once full swap to new systems
This commit is contained in:
Melody Becker 2025-03-29 17:51:12 +01:00
parent 2c2f7deb9a
commit a73519f5f8
Signed by: mstar
SSH key fingerprint: SHA256:vkXfS9FG2pVNVfvDrzd1VW9n8VJzqqdKQGljxxX8uK8
3 changed files with 157 additions and 3 deletions

View file

@ -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")
)