Skip to content

MSAL Python 1.5.1

Compare
Choose a tag to compare
@rayluo rayluo released this 21 Oct 20:15
· 8 commits to master since this release
410635e
  • Bugfix: We now cache tokens by specified environment, not by OIDC Discovery. This won't matter most of the time, but it can be needed when your tenant is in transitional state while migrating to a different cloud. (#247)
  • Bugfix: We now make sure one app's sign-out operation would be successful even when another app is acquiring token from cache at the same time. (#258, #262)