Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support FIDO U2F over USB and NFC. #1024

Closed
crocket opened this issue Feb 23, 2017 · 2 comments · Fixed by #3971
Closed

Support FIDO U2F over USB and NFC. #1024

crocket opened this issue Feb 23, 2017 · 2 comments · Fixed by #3971
Labels
type/feature Completely new functionality. Can only be merged if feature freeze is not active.
Milestone

Comments

@crocket
Copy link

crocket commented Feb 23, 2017

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)

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

@lunny lunny added this to the 1.x.x milestone Feb 23, 2017
@lunny lunny added the type/feature Completely new functionality. Can only be merged if feature freeze is not active. label Feb 23, 2017
@genofire
Copy link

Works on Firefox native (without addon) since Quantum (v57)
(should be default enabled in next release v60 - before over about:config)

Would be nice ;)

@jonasfranz
Copy link
Member

@ all people interested in FIDO U2F

I've created a PR (#3971) to implement this feature.
I need more feedback regarding support under different operating systems and U2F devices. So if you own a FIDO U2F certified security key, please test if our implementation work for your setup.

Test instance: https://try.h.jonasfranz.software/

Please leave a comment under the PR (#3971) containing the name of your U2F device, OS and Browser (incl. version).

@lunny lunny modified the milestones: 1.x.x, 1.5.0 May 19, 2018
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type/feature Completely new functionality. Can only be merged if feature freeze is not active.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants