Skip to content

Releases: AzureAD/microsoft-authentication-extensions-for-python

MSAL Extensions Python 0.1.2

19 Oct 01:26
20c6b35
Compare
Choose a tag to compare
Pre-release

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

17 Jul 20:09
f6d52b0
Compare
Choose a tag to compare
Pre-release
  • Adjust implementation to work with upstream MSAL 0.4.1 (#26, #27).
  • Other minor patch(es) (#28)

MSAL Extensions Python 0.1.0

11 Jul 16:54
efdfeba
Compare
Choose a tag to compare
Pre-release
  • 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)