README.md
pyproject.toml
setup.cfg
setup.py
drf_auth_service/__init__.py
drf_auth_service/models.py
drf_auth_service/settings.py
drf_auth_service/signals.py
drf_auth_service/urls.py
drf_auth_service/validators.py
drf_auth_service.egg-info/PKG-INFO
drf_auth_service.egg-info/SOURCES.txt
drf_auth_service.egg-info/dependency_links.txt
drf_auth_service.egg-info/top_level.txt
drf_auth_service/authentication/__init__.py
drf_auth_service/authentication/permissions.py
drf_auth_service/authentication/serializers.py
drf_auth_service/authentication/views.py
drf_auth_service/common/__init__.py
drf_auth_service/common/backends.py
drf_auth_service/common/constants.py
drf_auth_service/common/email_backends.py
drf_auth_service/common/enums.py
drf_auth_service/common/helpers.py
drf_auth_service/common/managers.py
drf_auth_service/common/middlewares.py
drf_auth_service/common/mixins.py
drf_auth_service/common/models.py
drf_auth_service/common/permissions.py
drf_auth_service/common/register_backends.py
drf_auth_service/common/sms_backends.py
drf_auth_service/migrations/0001_initial.py
drf_auth_service/migrations/0002_auto_20201109_1254.py
drf_auth_service/migrations/0003_auto_20201120_1531.py
drf_auth_service/migrations/0004_ssouser_created_at.py
drf_auth_service/migrations/__init__.py
drf_auth_service/services/__init__.py
drf_auth_service/services/permissions.py
drf_auth_service/services/serializers.py
drf_auth_service/services/views.py
drf_auth_service/socials/__init__.py
drf_auth_service/socials/constants.py
drf_auth_service/socials/helpers.py
drf_auth_service/socials/serializers.py
drf_auth_service/socials/views.py
drf_auth_service/users/__init__.py
drf_auth_service/users/permissions.py
drf_auth_service/users/serializers.py
drf_auth_service/users/views.py
drf_auth_service_tests/__init__.py
drf_auth_service_tests/manage.py
drf_auth_service_tests/settings.py
drf_auth_service_tests/urls.py
drf_auth_service_tests/test_app/__init__.py
drf_auth_service_tests/test_app/backends.py
drf_auth_service_tests/test_app/models.py
drf_auth_service_tests/test_app/tests/__init__.py
drf_auth_service_tests/test_app/tests/user_permissions.py
drf_auth_service_tests/test_app/tests/authentication/__init__.py
drf_auth_service_tests/test_app/tests/authentication/test_login.py
drf_auth_service_tests/test_app/tests/authentication/test_register_types.py
drf_auth_service_tests/test_app/tests/authentication/test_reset_password.py
drf_auth_service_tests/test_app/tests/services/__init__.py
drf_auth_service_tests/test_app/tests/services/test_crud_services.py
drf_auth_service_tests/test_app/tests/users/__init__.py
drf_auth_service_tests/test_app/tests/users/test_user_block_unblock.py
drf_auth_service_tests/test_app/tests/users/test_user_delete_update.py
drf_auth_service_tests/test_app/tests/users/test_user_set_password.py