Skip to content

mdp/u2fdemo

Repository files navigation

Goals

The goal of this project is to reveal what's happening on the browser side with your U2F token. Instead of a how-to guide based on a library, you get to see details about the registration and signing process along with what information gets encoded into the response. Hopefully this will be useful for anyone out there toying with the idea of supporting U2F on their site.

If you want to learn more about how U2F works, I've written a developers guide which can be found here

To get started, grab your U2F key and 'Register'

Prerequisites

Resources

Notes

  • Uses the U2F-api-polyfill from Google. This library, released by Google, is the easiest way to interact with the built-in U2F chrome extension. The U2F example code provided assumes that you've loaded this polyfill.