Skip to content

juarezjuniorgithub/AndroidFIDO2Sample

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%