Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for FIDO2 authentication #45

Merged
merged 17 commits into from
May 21, 2024
Merged

Support for FIDO2 authentication #45

merged 17 commits into from
May 21, 2024

Conversation

joamag
Copy link
Contributor

@joamag joamag commented May 14, 2024

Support for FIDO2 authentication using fido2 Python library and WebAuthn.

Fixes #26

There's still a lot of hardcoded values.
@joamag joamag self-assigned this May 14, 2024
@joamag joamag added enhancement New feature or request quick-win Issue requires little to no effort to be finished labels May 14, 2024
@joamag
Copy link
Contributor Author

joamag commented May 20, 2024

This can server as good inspiration for the final solution

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

joamag added 3 commits May 20, 2024 19:11
The code structure still requires some major changes to make it elegant.
Some performance improvements are also needed.
@joamag
Copy link
Contributor Author

joamag commented May 21, 2024

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

@joamag joamag merged commit 79fe01e into master May 21, 2024
15 of 17 checks passed
@joamag joamag deleted the joamag/fido2 branch May 21, 2024 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request quick-win Issue requires little to no effort to be finished
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Two Factor (2FA) authentication
1 participant