Attention

This is an unofficial project.
Implementation is not complete. It may contain unsafe implementations.

Get Started

  1. Your Android Device connect to pc with ADB.
  2. Enable Proxy.
    $ adb reverse tcp:5000 tcp:5000
  3. Download Server.
    $ git clone https://github.com/prprhyt/python-fido2.git
    $ cd python-fido2
    $ git checkout -b fix-keep-session-in-examples origin/fix-keep-session-in-examples
  4. RUN Server
    $ cd examples/server
    $ python3 server.py
  5. RUN Sample App