From 2af838bfd39d0bfb72cb315b37250babb2bd589f Mon Sep 17 00:00:00 2001 From: Mohamed El-Kalioby Date: Thu, 24 Jan 2019 19:44:24 +0300 Subject: [PATCH] Updated README file --- README.md | 7 +++++-- setup.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4495ca7..b022d35 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,16 @@ # django-mfa2 A Django app that handles MFA, it supports TOTP, U2F, FIDO2 U2F (Web Authn), Email Tokens , and Trusted Devices -Web Authencation API (Webauthn) is state-of-the art techology that is expected to replace passwords. +[![PyPI version](https://badge.fury.io/py/django-mfa2.svg)](https://badge.fury.io/py/django-mfa2) + +Web Authencation API (WebAuthn) is state-of-the art techology that is expected to replace passwords. ![Andriod Fingerprint](https://cdn-images-1.medium.com/max/800/1*1FWkRE8D7NTA2Kn1DrPjPA.png) - For FIDO2, both security keys and android-safetynet are supported. +In English :), It allows you to verify the user by security keys on PC, Laptops and Fingerprint/PIN on Andriod Phones. + Trusted device is a mode for the user to add a device that doesn't support security keys like iOS and andriod without fingerprints or NFC. **Note**: `U2F and FIDO2 can only be served under secure context (https)` diff --git a/setup.py b/setup.py index aac4ef1..94f3e6f 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( author='Mohamed El-Kalioby', author_email = 'mkalioby@mkalioby.com', url = 'https://github.com/mkalioby/django-mfa2/', - + long_description=open('README.md').read(), download_url='https://github.com/mkalioby/django-mfa2/', license='MIT', packages=find_packages(),