Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Releases: AngellusMortis/django_microsoft_auth

v3.0.1

28 Oct 15:33
a4bbc5a
Compare
Choose a tag to compare

What's Changed

  • Fix "Getting Scope Has Changed" Error by @Casey-Kiewit in #485

New Contributors

  • @Casey-Kiewit made their first contribution in #485

Full Changelog: v3.0.0...v3.0.1

v3.0.0

15 Sep 18:11
2d0f3d6
Compare
Choose a tag to compare

What's Changed

  • Proxies by @hazraa in #448
  • Minor Documentation Update to Redirect Flow Documentation by @califlower in #472
  • Additional Parameters in URL authentication code retrieval by @TheCyberFox in #481
  • Instantiate custom auth config class by @7oi in #483
  • Various project maintenance updates:
    • Replaces pytest-sugar with pytest-rich
    • Replaces flit with setuptools as it now supports pyproject.toml
    • Cleans up extra config files and consolidates them in pyproject.toml
    • Updates VS Code and devcontainer config
    • Simplifies project requirements
    • BREAKING CHANGE: Updates supported versions of Django (3.2+) and drops support for older versions

New Contributors

Full Changelog: 2.4.1...v3.0.0

2.4.1

09 Nov 05:25
9c4bae4
Compare
Choose a tag to compare
  • Updates supported versions of Python/Django to match Django's new versions (3.8+ for Python and 2.2 or 3.1+ for Django)
  • Fixes algorithm typo

2.4.0

15 Aug 13:33
47b1071
Compare
Choose a tag to compare
  • Add support for Django 3.0 & 3.1
  • Dropped support for Django 1.11
  • Fixes error in name parsing - Fixes crash arising from missing comma in fullname - Assigns fullname to firstname if it can't be split
  • Fixes installation with latest pip
  • Fixes OpenID library crash due to uninitialized jwk