* Don't load configuration until validating that an authorization_code has actually been provided. ( 237 by cdunford ) * Enforce PyJWT to be ^2.4.0. We no longer support old PyJWT versions, and strongly recommend everyone to upgrade. ( JonasKs )
1.9.6
**Fixes**
* Correctly format redirect URL for Azure when requesting v2 tokens. ( 233 mwigh )
1.9.5
**Fixes**
* Fix `GUEST_USERNAME_CLAIM` for Azure AD guest users ( 227 ollipa )
1.9.4
**Updates**
- Import changes for Django v4 compatibility (mcrowepfx 210) - Add v4 to test matrix and dependencies (sondrelg 211, 213)
1.9.3
**Updates**
* Update urllib3 dependency requirement ( lotheac 206 ) * Fix wrong error message when `VERSION` is set but not `TENANT_ID` ( fabianallendorf 199 ) * Removes `CHANGELOG.rst` in favor of GitHub releases ( JonasKs )
1.9.2
**Updates**
* Updates cryptography requirements to reflect new versioning strategy. Fixed in 202 by lotheac 👏