xi / django-mfa3

multi factor authentication for django
MIT License
20 stars 9 forks source link

fido2: use JSON encoding #13

Open xi opened 1 year ago

xi commented 1 year ago

JSON serialization was recently added to the webauthn editors draft. python-fido2 added support in 1.1.0.

This would provide better (standardized) solutions for #1 and #10. However, currently this would still require a polyfill. Therefor this would be a breaking change.

I think I will hold this off until this is available in browsers or at least until this has gained significant traction.