forked from pool/python-msal
Compare commits
2 Commits
4a078fb489
...
dda85c7989
Author | SHA256 | Date | |
---|---|---|---|
dda85c7989 | |||
f31343d598 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f6725f099752553f9b2fe84125e2a5ebe47b49f92eacca33ebedd3a9ebaae25
|
||||
size 140817
|
3
msal-1.30.0.tar.gz
Normal file
3
msal-1.30.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4bf00850092e465157d814efa24a18f788284c9a479491024d62903085ea2fb
|
||||
size 142510
|
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 12:50:17 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 1.30.0
|
||||
* New feature: Support Subject Name/Issuer authentication when using
|
||||
.pfx certificate file. Documentation available in one of the recent
|
||||
purple boxes here. (#718)
|
||||
* New feature: Automatically use SHA256 and PSS padding when using
|
||||
.pfx certificate on non-ADFS, non-OIDC authorities. (#722)
|
||||
* New feature: Expose refresh_on (if any) to fresh or cached response,
|
||||
so that caller may choose to proactively call acquire_token_silent()
|
||||
early. (#723)
|
||||
* Bugfix for token cache search. MSAL 1.27+ customers please upgrade
|
||||
to MSAL 1.30+. (#717)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 9 07:02:22 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-msal
|
||||
Version: 1.29.0
|
||||
Version: 1.30.0
|
||||
Release: 0
|
||||
Summary: Microsoft Authentication Library (MSAL) for Python
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user