Contents

django-allauth 0.61.1

0

Integrated set of Django applications addressing authentication, registration, account management as

Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.

Stars: 8844, Watchers: 8844, Forks: 2921, Open Issues: 82

The pennersr/django-allauth repo was created 13 years ago and the last code push was 11 minutes ago.
The project is extremely popular with a mindblowing 8844 github stars!

How to Install django-allauth

You can install django-allauth using pip

pip install django-allauth

or add it to a project with poetry

poetry add django-allauth

Package Details

Author
Raymond Penners
License
MIT
Homepage
https://allauth.org
PyPi:
https://pypi.org/project/django-allauth/
Documentation:
https://docs.allauth.org/en/latest/
GitHub Repo:
https://github.com/pennersr/django-allauth

Classifiers

  • Internet
  • Software Development/Libraries/Python Modules
No  django-allauth  pypi packages just yet.

Errors

A list of common django-allauth errors.

Code Examples

Here are some django-allauth code examples and snippets.

GitHub Issues

The django-allauth package has 82 open issues on GitHub

  • Generating 6-digit code
  • Generating 6 digit verification code during registration
  • Discord signup forcing user to enter first name and last name
  • refactor(microsoft): Update Microsoft Graph Provider
  • fix(account/forms): Use user instance for password validation
  • added Romanian translations (locale)
  • feat(accounts): add flag to allow login only with primary email
  • Signup with AJAX
  • Problem with Facebook Provider (Django 4.0.1) - from django.utils.http import urlquote
  • setup.py: Add project URLs for PyPi
  • feat(accounts): Added prefilling of forms with GET query strings
  • AttributeError: 'NoneType' object has no attribute 'method'
  • Searching for an email fails if the first_name attribute was removed
  • feat(provider): add provider DAuth
  • Authorization Code Flow with PKCE should be integrated

See more issues on GitHub

Related Packages & Articles

Authlib 1.3.0

The ultimate Python library in building OAuth and OpenID Connect servers and clients.

oauthlib 3.2.2

A generic, spec-compliant, thorough implementation of the OAuth request-signing logic