Metadata-Version: 1.2
Name: django-flex-user
Version: 1.0.1
Summary: A flexible user model for Django.
Home-page: https://www.github.com/ebenh/django-flex-user
Author: Ebenezer Hailemariam
Author-email: eben@derso.org
License: MIT License
Description: django-flex-user
        ================
        |Django CI| |MIT license|
          
        A flexible user model for Django designed to **maximize sign-up conversion**.
        
        Enables users to up using their choice of **username**, **email address**, **phone number** or any combination thereof.
        Users can also sign up using an **OAuth** provider like Facebook or Google.
        
        Email address and phone number **verification**, **password reset**, and **REST API** included "in the box".
        
        Click `here <https://django-flex-user.herokuapp.com/>`__ to see a **demo**.
        
        Click `here <https://django-flex-user.readthedocs.io/>`__ to see the **documentation**.
        
        .. |Django CI| image:: https://github.com/ebenh/django-flex-user/actions/workflows/django.yml/badge.svg
          :target: https://github.com/ebenh/django-flex-user/actions/workflows/django.yml
          :alt: Django CI Status
        
        .. |MIT license| image:: https://img.shields.io/badge/License-MIT-blue.svg
          :target: https://lbesson.mit-license.org/
          :alt: MIT license
          
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.0
