Skip to content

MSAL Python 1.18.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@rayluo rayluo released this 19 May 08:02
· 230 commits to main since this release
bc13dd4
  • New feature: Optional initiate_auth_code_flow(..., response_mode="form_post") to allow the auth code being delivered to your app by form post, which is considered even more secure. (#396, #469)
  • New feature: acquire_token_interactive(..., prompt="none") can obtain some tokens from within Cloud Shell, without any prompt. (#420)