LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/.gitignore
docs/README.md
docs/astro.config.mjs
docs/package-lock.json
docs/package.json
docs/tsconfig.json
docs/public/favicon.png
docs/src/content.config.ts
docs/src/assets/django-social-auth-rest.png
docs/src/content/docs/index.mdx
docs/src/content/docs/guides/01getting-started.mdx
docs/src/content/docs/guides/02signals.mdx
docs/src/content/docs/guides/03linked-accounts.mdx
docs/src/content/docs/guides/providers/github.mdx
docs/src/content/docs/guides/providers/google.mdx
src/django_social_auth_rest/__init__.py
src/django_social_auth_rest/admin.py
src/django_social_auth_rest/apps.py
src/django_social_auth_rest/conf.py
src/django_social_auth_rest/models.py
src/django_social_auth_rest/signals.py
src/django_social_auth_rest/throttle.py
src/django_social_auth_rest/tokens.py
src/django_social_auth_rest/utils.py
src/django_social_auth_rest/migrations/0001_initial.py
src/django_social_auth_rest/migrations/__init__.py
src/django_social_auth_rest/serializers/__init__.py
src/django_social_auth_rest/serializers/github.py
src/django_social_auth_rest/serializers/google.py
src/django_social_auth_rest/urls/__init__.py
src/django_social_auth_rest/urls/github.py
src/django_social_auth_rest/urls/google.py
src/django_social_auth_rest/views/__init__.py
src/django_social_auth_rest/views/github.py
src/django_social_auth_rest/views/google.py