Path to this page:
Subject: CVS commit: pkgsrc/www/py-django-allauth
From: Adam Ciarcinski
Date: 2024-02-01 11:31:58
Message id: 20240201103158.DF073FA42@cvs.NetBSD.org
Log Message:
py-django-allauth: updated to 0.60.1
0.60.1 (2024-01-15)
*******************
Fixes
-----
- User sessions: after changing your password in case of \
``ACCOUNT_LOGOUT_ON_PASSWORD_CHANGE = False``, the list of
sessions woud be empty instead of showing your current session.
- SAML: accessing the SLS/ACS views using a GET request would result in a crash \
(500).
- SAML: the login view did not obey the ``SOCIALACCOUNT_LOGIN_ON_GET = False`` \
setting.
0.60.0 (2024-01-05)
*******************
Note worthy changes
-------------------
- Google One Tap Sign-In is now supported.
- You can now more easily change the URL to redirect to after a successful password
change/set via the newly introduced ``get_password_change_redirect_url()``
adapter method.
- You can now configure the primary key of all models by configuring
``ALLAUTH_DEFAULT_AUTO_FIELD``, for example to:
``"hashid_field.HashidAutoField"``.
Backwards incompatible changes
------------------------------
- You can now specify the URL path prefix that is used for all OpenID Connect
providers using ``SOCIALACCOUNT_OPENID_CONNECT_URL_PREFIX``. By default, it is
set to ``"oidc"``, meaning, an OpenID Connect provider with provider ID
``foo`` uses ``/accounts/oidc/foo/login/`` as its login URL. Set it to empty
(``""``) to keep the previous URL structure (``/accounts/foo/login/``).
- The SAML default attribute mapping for ``uid`` has been changed to only
include ``urn:oasis:names:tc:SAML:attribute:subject-id``. If the SAML response
does not contain that, it will fallback to use ``NameID``.
Files: