top | item 6486947

(no title)

victorf | 12 years ago

That looks awesome. It works everywhere that OAuth does? Can it be used with a password as a 2FA?

discuss

order

jessepollak|12 years ago

Yep, you can find our docs at http://developer.getclef.com.

Clef is actually 2FA already because it relies on both possession (the device) and knowledge (the 4-digit PIN that protects the app). We're working right now to (optionally) replace the PIN with finger print scanning, when available. Either way, the knowledge (or biometric) portion is much more about asserting ownership of the device (if it gets lost or stolen, you can deactivate online) than as part of the actual authentication process.

eastern|12 years ago

Possession of the device and typing a PIN into the _same_ device does not qualify as 2FA.

It's not 2FA unless information flows between the user and the authenticator through two independent routes. For example, in Twitter's (and others') 2FA, information must flow between Twitter's servers and the user through the Twitter UI as well as through a GSM text message. That's 2FA.