Skip to content

MSAL Python 1.23.0

Compare
Choose a tag to compare
@rayluo rayluo released this 22 Jul 17:22
· 119 commits to main since this release
1318025

Improvements:

  • acquire_token_for_client() will automatically look up tokens from cache (#577). (But all other acquire_token_...() methods still require an explicit acquire_token_silent() in order to utilize token cache.)