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

ADAL Python 0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@rayluo rayluo released this 26 Jan 00:04
· 154 commits to master since this release
25a7b0c
  • Enhancement: Add a new parameter in the AuthenticationContext to pass requests (connect,read) timeout parameters. (#112)
  • Adjustment: By default, no Personally Identifiable Information (PII) will be logged by ADAL Python. (#111)
  • Adjustment: Surfaces the requests.HTTPError so that app developer can deal with the Retry-After info from HTTP 429 error, if desired. (#117)