Skip to content

Fido2 registration fix

james kiger requested to merge fido2_fix into master

Apparently Google Chrome is a bit more demanding than Firefox for FIDO2 registration and does not work without a username (supplied in django rest mfa with the get_full_name method). I have extended the django_rest_mfa user key viewset to provide the user email as a username.

Edited by james kiger

Merge request reports