MSAL Python 1.3.0
-
New feature: class
ClientApplication
accepts a new optional parameterhttp_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 parameterdomain_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.