MSAL Python 0.9.0
Pre-release
Pre-release
-
Note: This 0.9.0 release doubles as a release candidate for an MSAL Python 1.0.0 which will be coming very soon.
-
New feature: The B2C support we introduced since MSAL Python 0.8.0 now becomes easier to use (#114), and its usage is now fully documented in this wiki page.
-
New feature: The
get_authorization_request_url()
API supports aprompt
parameter. (#106) -
Bugfix: The
force_refresh
parameter inacquire_token_silent()
is now wired up properly. You don't normally need this parameter though, MSAL will refresh when needed. (Closes #113) -
Others: Starting from this version, our PyPI release will use universal wheel format (This fix #119 will close #115.)