Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

ADAL Python 0.4.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@rayluo rayluo released this 17 Jul 18:40
· 183 commits to master since this release
  • Enhancement: Add one more trusted authority host login.microsoftonline.us (#77, #78)
  • Enhancement: Bubble up the server response. (#85, #88)
  • Bugfix: Should not attempt to refresh a token when RT is unavailable (#82, #87)
  • Bugfix: Now we force utf-8 decoding so that package builders would be able to pack ADAL Python regardless of their locale. The ADAL Python library users will NOT be affected by this change. (#89, #91)
  • Other sample code and readme file adjustments (#76, #73, #84, #92, #95, #97, #98)