LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
django_simple_api_auth/__init__.py
django_simple_api_auth/admin.py
django_simple_api_auth/apps.py
django_simple_api_auth/errors.py
django_simple_api_auth/models.py
django_simple_api_auth/tests.py
django_simple_api_auth/views.py
django_simple_api_auth.egg-info/PKG-INFO
django_simple_api_auth.egg-info/SOURCES.txt
django_simple_api_auth.egg-info/dependency_links.txt
django_simple_api_auth.egg-info/requires.txt
django_simple_api_auth.egg-info/top_level.txt
django_simple_api_auth/api/__init__.py
django_simple_api_auth/api/graphql/__init__.py
django_simple_api_auth/api/graphql/mutations.py
django_simple_api_auth/api/graphql/queries.py
django_simple_api_auth/api/graphql/types.py
django_simple_api_auth/api/rest/__init__.py
django_simple_api_auth/api/rest/v1_0/__init__.py
django_simple_api_auth/api/rest/v1_0/mixins.py
django_simple_api_auth/api/rest/v1_0/serializers.py
django_simple_api_auth/api/rest/v1_0/viewsets.py
django_simple_api_auth/business_logic/__init__.py
django_simple_api_auth/business_logic/user_create.py
django_simple_api_auth/business_logic/user_login.py
django_simple_api_auth/business_logic/user_logout.py
django_simple_api_auth/business_logic/user_password_recovery.py
django_simple_api_auth/business_logic/user_reset_password.py
django_simple_api_auth/business_logic/user_social_login.py
django_simple_api_auth/migrations/__init__.py
django_simple_api_auth/templates/__init__.py
django_simple_api_auth/templates/emails/base.html
django_simple_api_auth/templates/emails/password_recovery/email.html
django_simple_api_auth/templates/emails/password_recovery/subject.txt
django_simple_api_auth/utils/__init__.py
django_simple_api_auth/utils/rest/__init__.py
django_simple_api_auth/utils/rest/viewsets/__init__.py
django_simple_api_auth/utils/rest/viewsets/views.py
tests/__init__.py
tests/api/__init__.py
tests/api/graphql/__init__.py
tests/api/graphql/common.py
tests/api/graphql/test_create_user.py
tests/api/graphql/test_login.py
tests/api/graphql/test_logout.py
tests/api/graphql/test_me.py
tests/api/graphql/test_recover_password.py
tests/api/graphql/test_reset_password.py
tests/api/rest/__init__.py
tests/api/rest/test_create_user.py
tests/api/rest/test_login.py
tests/api/rest/test_logout.py
tests/api/rest/test_me.py
tests/api/rest/test_recover_password.py
tests/api/rest/test_reset_password.py
tests/config/__init__.py
tests/config/settings.py
tests/config/urls.py
tests/config/graphqls/__init__.py
tests/config/graphqls/schema.py
tests/config/graphqls/views.py
tests/config/url_patterns/__init__.py
tests/config/url_patterns/api.py
tests/config/url_patterns/v1_0.py