Ray Luo
Ray Luo
For the record, ADAL Python (and its cousin MSAL Python) supports token cache behavior. It allows you to reuse a token so that most of the time you don't actually...
To clarify: * The [MSAL's token cache](https://msal-python.readthedocs.io/en/latest/#msal.SerializableTokenCache) I mentioned earlier, is NOT about asynchronous in itself. But, given that tokens are already cached, actual authentication/authorization requests would become very infrequent...
@NeuroAssassin @snjypl @Adityashaw @GChalony That upstream fix (https://github.com/pallets/cachelib/pull/12) was released in its `0.1.1` version 7 hours ago. And, given that flask-session currently [always picks up latest version of cachelib](https://github.com/fengsp/flask-session/blob/0.3.2/setup.py#L33), you...
> I have to say that I'm surprised that there are different incompatible locking methods on Windows, generally you would expect the kernel or the filesystem to implement that and...
> Basically `` tags don't support axe titles. > > I like your solution, you are using `` tag, I don't use this tag at all. Very interesting use-case for...
Interesting. I hope that "existing markup" is *not* the `` headers. The `` in multiple-datasets can not be used to derive a proper y-axis label.
The encryption is provided by MSAL EXtensions. > 1. Encryption on Linux is done via `PyGObject` which requires GUI. I am not entirely sure about that one. As mentioned in...
We will label this issue as "Internal" (rather than an "Enhancement"), because the only difference of MSAL dropping Python 2 is we the MSAL maintainers can use Python 3 in...
> FYI, RHEL 8 comes with Python 3.6, which will be maintained until [May 2029](https://access.redhat.com/support/policy/updates/rhel-app-streams-life-cycle). Thanks for the information. That same link indicates that RHEL even supports Python 2.7 until...
To be precise, it is true that the Integrated Windows Auth (IWA) - i.e. current Windows login user can sign in without typing password - is not currently available in...