Looks like the login() methods for Django, Flask, and Quart are all hard-coded to construct the call to Auth.log_in() with prompt="select_account".
I understand the idea of this package is to simplify working with the msal package, and I appreciate that, but it would be great if this setting were configurable (with a sensible default) in the constructors for the platform-specific classes.
Looks like the
login()methods for Django, Flask, and Quart are all hard-coded to construct the call toAuth.log_in()withprompt="select_account".I understand the idea of this package is to simplify working with the
msalpackage, and I appreciate that, but it would be great if this setting were configurable (with a sensible default) in the constructors for the platform-specific classes.