-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
type/featureCompletely new functionality. Can only be merged if feature freeze is not active.Completely new functionality. Can only be merged if feature freeze is not active.
Milestone
Description
Why you want U2F
- It authenticates a user via public key authentication between server and client. Stronger encryption than OTP.
- Public key authentication prevents phishing and man-in-the-middle attacks.
- There is no keyboard input, so it is not susceptible to keyboard loggers.
- A U2F device can generate a new key pair for each (web) application. Automatic generation of application-specific keys prevents websites from tracking you by the same public key.
Desktop (U2F over USB)
- Already implemented on chrome and opera.
- Available as an addon in firefox. U2F will probably be natively supported in firefox soon.
- According to https://developer.microsoft.com/en-us/microsoft-edge/platform/status/fido20webapis/, Microsoft hasn't started working on U2F, yet.
Mobile
U2F over NFC is currently supported via google authenticator on android.
However, U2F over USB is still possible if you connect a U2F key device to a smartphone via a USB cable.
Supported Web Services
- Github
- GitLab
- Etc
simonc92, mmozeiko, odinuge, prologic, vsund and 11 moredapperfu and s00500
Metadata
Metadata
Assignees
Labels
type/featureCompletely new functionality. Can only be merged if feature freeze is not active.Completely new functionality. Can only be merged if feature freeze is not active.