Sun, 28 Apr 2024 12:52:27 UTC | login

Information for build python-django-allauth-0.54.0-1.el9

ID53034
Package Namepython-django-allauth
Version0.54.0
Release1.el9
Epoch
SummaryIntegrated set of Django authentication apps
DescriptionIntegrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication. Most existing Django apps that address the problem of social authentication focus on just that. You typically need to integrate another app in order to support authentication via a local account. This approach separates the worlds of local and social authentication. However, there are common scenarios to be dealt with in both worlds. For example, an e-mail address passed along by an OpenID provider is not guaranteed to be verified. So, before hooking an OpenID account up to a local account the e-mail address must be verified. So, e-mail verification needs to be present in both worlds. Integrating both worlds is quite a tedious process. It is definitely not a matter of simply adding one social authentication app, and one local account registration app to your INSTALLED_APPS list. This is the reason this project got started – to offer a fully integrated authentication app that allows for both local and social authentication, with flows that just work.
Built bycbs-koji
State complete
Volume DEFAULT
StartedWed, 20 Mar 2024 12:32:00 UTC
CompletedWed, 20 Mar 2024 12:32:00 UTC
Tags
infra9-mailman-3-candidate
infra9-mailman-3-release
infra9-mailman-3-testing
RPMs
src
python-django-allauth-0.54.0-1.el9.src.rpm (info) (download)
noarch
python3-django-allauth-0.54.0-1.el9.noarch.rpm (info) (download)
Changelog * Thu Jul 20 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.54.0-1 - Update to 0.54.0 (rhbz#2220192) * Thu May 04 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.46.0-6 - Pass --source to `coverage` so it can find the source files (needed for coverage 7.x) - Run tests with verbose output * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.46.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.46.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 0.46.0-3 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.46.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Dec 08 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.46.0-1 - Initial Fedora package