Skip to content

MSAL Extensions for Python, 1.0.0

Compare
Choose a tag to compare
@rayluo rayluo released this 14 Feb 23:41
· 9 commits to master since this release

This package is now considered stable and production-ready.

  • New: Add a new platform-independent build_encrypted_persistence() API. (#87, #110)
  • Remove: Old TokenCache API which has been deprecated for 2 years. (#110)
  • Enhancement: Make all platform-dependent parameters optional (#103)
  • Enhancement: Provide PersistenceEncryptError and PersistenceDecryptError, currently raised when encryption on Windows fails. (#108)
  • Enhancement: The data file will be created with 600 permission when running in Unix-like systems. (#107)