Skip to content

MSAL Python 1.9.0

Compare
Choose a tag to compare
@rayluo rayluo released this 09 Feb 07:54
· 469 commits to main since this release
72a7250
  • Enhancement: Starting from this version, MSAL will be compatible with both PyJWT 1.x and PyJWT 2.x (#293, #296)
  • Enhancement: Better support for upcoming Azure CLI's SSH extension (#300, #298)
  • Enhancement: Better deprecation message for get_authorization_request_url() and acquire_token_by_authorization_code(). (#301, #303)
  • Enhancement: Better exception message when using incorrect case in client_id. (#304, #307)
  • Other improvements.