Skip to content

MSAL Python 1.3.0

Compare
Choose a tag to compare
@rayluo rayluo released this 15 May 03:34
· 83 commits to master since this release
3d24f53
  • New feature: class ClientApplication accepts a new optional parameter http_client. You can provide your own HTTP client to have different behavior. (#169)
    Please refer to API Reference doc.

  • New feature: method get_authorization_request_url() accepts a new optional parameter domain_hint. (#158, #181)
    Please refer to API Reference doc.

  • New feature: A new method acquire_token_by_refresh_token() to help migrating refresh tokens from elsewhere to MSAL Python. (#193)
    Its usage is demonstrated in this sample.