Skip to content

MSAL Extensions for Python 0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@rayluo rayluo released this 15 Apr 21:39
· 97 commits to master since this release
32914b3

Changes

  • New feature: Support token cache encryption when running on Linux Desktop (#4, #44)
  • Bug fix: The cache lock was not properly removed on Windows 10 (#42, #43)
  • Change: A new set of API PersistedTokenCache is provided. Previous API is now deprecated and will be removed in next major release which will likely come within a month: WindowsTokenCache, OSXTokenCache, UnencryptedTokenCache, FileTokenCache and TokenCache.

Install

Since this release, we have a dependency on PyGObject, when running on Linux.
You may need to follow its installation steps, or follow our CI setup.