hivesolutions / appier-extras

Appier on Steroids
http://appier-extras.hive.pt
2 stars 3 forks source link

Support for FIDO2 authentication #45

Closed joamag closed 4 months ago

joamag commented 4 months ago

Support for FIDO2 authentication using fido2 Python library and WebAuthn.

Fixes #26

joamag commented 4 months ago

This can server as good inspiration for the final solution

https://github.com/Yubico/python-fido2/blob/main/examples/server/server/server.py

joamag commented 4 months ago

We still need to structure the code elegantly and make it as performant as possible.