How to add MFA for admin logins?

How can I enable MFA (TOTP and FIDO2 support) for the admin login?

Managed to have both TOTP and FIDO2 working using GitHub - peppelinux/django-mfa3 at mfa_session

Had to copy cbor.js to get FIDO2 working as suggested in the README.