Git Product home page Git Product logo

Comments (4)

dainnilsson avatar dainnilsson commented on September 22, 2024

There's no question here, so I'm not quite sure what to do with this. You've correctly described the behavior, as it is intended to function. Feel free to re-open with a specific question if there is something that is unclear to you.

from python-u2flib-host.

patatetom avatar patatetom commented on September 22, 2024

indeed this is not a question but an observation :
without key preparation (untouched before calling the function), u2f.register() returns an error and the key flashes;
with key preparation (touched before calling the function), u2f.register() works without problems.

from python-u2flib-host.

dainnilsson avatar dainnilsson commented on September 22, 2024

U2F is designed as a non-blocking protocol, and each request must immediately return a response without delay. The intention is to periodically poll the device when touch is needed, sending the same request repeatedly until it returns successful (or a timeout is reached, and the operation is aborted). Thus, when the device is in an idle state and is touched, it will keep a user present state for a short period of time, and return a successful response to a request that comes within that time.

from python-u2flib-host.

patatetom avatar patatetom commented on September 22, 2024

thank you for this lighting.

from python-u2flib-host.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.