Releases: AzureAD/microsoft-authentication-extensions-for-python
Releases · AzureAD/microsoft-authentication-extensions-for-python
MSAL Extensions Python 0.1.2
This release provides:
- same functionality as the previous version
- the test cases are now also run on Python 3.8
- can work with MSAL Python 0.6.0 or higher, until next MSAL Python major version bump
MSAL Extensions Python 0.1.1
- Adjust implementation to work with upstream MSAL 0.4.1 (#26, #27).
- Other minor patch(es) (#28)
MSAL Extensions Python 0.1.0
- This is the first preview release, supporting a TokenCache on Windows encrypted by DP API (#14), on OSX encrypted in Keychain (#15), and fall back to an unencrypted cache on other platforms.
- Other minor patch(es). (#10, #11, #18, #20, #23, #24)