django-allauth 65.1.0 released

Posted by Raymond Penners on 2024-10-23

Note worthy changes

  • OAuth2/OIDC: When setting up multiple apps for the same provider, you can now configure a different scope per app by including "scope": [...] in the app settings.
  • Facebook login: Facebook Limited Login is now supported via the Headless API. When you have a Limited Login JWT obtained from the iOS SDK, you can use the Headless "provider token" flow to login with it.

Fixes

  • When using HEADLESS_ONLY = True together with ACCOUNT_REAUTHENTICATION_REQUIRED = True, you could run into a NoReverseMatch when connecting a social acount. Fixed.
  • In headless mode, submitting a login code when the login flow expired resulted in a 500. Fixed -- it now returns a 409.

Next: django-allauth 65.2.0 released Previous: django-allauth 65.0.2 released
Archives