diff --git a/CHANGELOG.md b/CHANGELOG.md index a539a6e..730f324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Change Log +## 2.4.0 + + * Fixed: issue in the 'Authorize' button don't show on Safari Mobile. + * Upgrade to FIDO2 0.9.2, to fix issue with Windows 11. + * Fixed: Minor Typos. + + ## 2.3.0 * Fixed: A missing import Thanks @AndreasDickow * Fixed: `MFA.html` now call `{{block.super}}` for head and content blocks, thanks @mnelson4 diff --git a/example/example/settings.py b/example/example/settings.py index 37735a2..cc9633c 100644 --- a/example/example/settings.py +++ b/example/example/settings.py @@ -25,7 +25,7 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['*'] # Application definition @@ -146,5 +146,5 @@ TOKEN_ISSUER_NAME="PROJECT_NAME" #TOTP Issuer name U2F_APPID="https://localhost" #URL For U2F -FIDO_SERVER_ID=u"localhost" # Server rp id for FIDO2, it the full domain of your project -FIDO_SERVER_NAME=u"PROJECT_NAME" +FIDO_SERVER_ID=u"local.mkalioby.com" # Server rp id for FIDO2, it the full domain of your project +FIDO_SERVER_NAME=u"TestApp" diff --git a/mfa/templates/FIDO2/Add.html b/mfa/templates/FIDO2/Add.html index 74381cf..5340c45 100644 --- a/mfa/templates/FIDO2/Add.html +++ b/mfa/templates/FIDO2/Add.html @@ -34,16 +34,16 @@ if (res["status"] =='OK') $("#res").html("