MSAL Extensions for Python 0.2.0
Pre-release
Pre-release
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
andTokenCache
.
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.