django-allauth 65.9.0 released
Posted by Raymond Penners on 2025-06-01
Note worthy changes
- Added allauth.idp to the project, offering out of the box OpenID Connect provider support, as well as integration with Django REST framework and Django Ninja.
- Headless: the OpenAPI specification now more accurately reflects single client configurations set via HEADLESS_CLIENTS. When a single client is active, the redundant {client} path parameter and its global definition are removed from the generated schema.
Previous: django-allauth 65.8.1 released