-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Description
from #191
https://developers.yubico.com/U2F/Libraries/Client_error_codes.html
The error codes are the following:
1: Something not listed below (aka unknown error)
2: Bad Request, aka:
- the AppID is invalid e.g.
- no HTTPS,
- URL Doesnt match the site you are on
- U2F is called wrongly
3: Something wrong with the Client config (no Idea what that means)
4:
in registration: U2F stick already registered
in Login: U2F Stick unknown for this account
5: Timeout
Reactions are currently unavailable