google / u2f-ref-code

U2F reference implementations
BSD 3-Clause "New" or "Revised" License
585 stars 182 forks source link

Add backend APIs for issuing U2F requests and processing U2F responses. #151

Closed xiaoliu1988 closed 7 years ago

xiaoliu1988 commented 7 years ago

Hi @leshi, please review this change!

Endpoint APIs include:

  1. return all registered security keys;
  2. issue a registration request;
  3. process a registration reponse;
  4. issue a signature request;
  5. process a signature response.
googlebot commented 7 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


xiaoliu1988 commented 7 years ago

I signed it!

On Tue, Feb 28, 2017 at 2:45 PM, googlebot notifications@github.com wrote:

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/google/u2f-ref-code/pull/151#issuecomment-283185918, or mute the thread https://github.com/notifications/unsubscribe-auth/AGkY08Ck73gyNKZZguvEAYawb7hAJT81ks5rhKORgaJpZM4MO_DI .

googlebot commented 7 years ago

CLAs look good, thanks!

xiaoliu1988 commented 7 years ago

This one will be closed once #152 is reviewed.