django-allauth 65.0.2
0
Integrated set of Django applications addressing authentication, registration, account management as
Contents
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
Stars: 9480, Watchers: 9480, Forks: 3018, Open Issues: 1The pennersr/django-allauth
repo was created 14 years ago and the last code push was 5 days ago.
The project is extremely popular with a mindblowing 9480 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
Related Packages
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 1 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