An open API service providing commit metadata for open source projects.

GitHub / AzureAD/microsoft-authentication-extensions-for-python / commits

Microsoft Authentication Library extensions (MSAL EX) provides a persistence API that can save your data on disk, encrypted on Windows, macOS and Linux. Concurrent data access will be coordinated by a file lock mechanism.

SHA Message Author Date Stats
23ac2da4 Bump pypa/gh-action-pypi-publish in /.github/workflows (#147)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
12 months ago
5a27660e Update token_cache_sample.py (#144) dm <d****l@h****r>
Committed by: GitHub <n****y@g****m>
over 1 year ago
54b682bc improve gitignore (#143) Florian Maas <f****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
c9bf6069 MSAL EX 1.3.1 Ray Luo <r****o@m****m> over 1 year ago
76c91d15 Do not install tests in site-packages Benjamin A. Beasley <c****e@m****t>
Committed by: Ray Luo <r****a@g****m>
over 1 year ago
2adbf8a7 Update pipelines for PyGObject 3.51+ Ray Luo <r****o@m****m> over 1 year ago
871fc806 1.3.0 Ray Luo <r****o@m****m> over 1 year ago
7a5d39e5 Allow portalocker version 3 Benjamin A. Beasley <c****e@m****t>
Committed by: Ray Luo <r****a@g****m>
over 1 year ago
9d372c61 Skip Python 3.7 test on ubuntu-latest Ray Luo <r****o@m****m> over 1 year ago
3b4e30ba Fixing new pylint complaint Ray Luo <r****o@m****m> almost 2 years ago
960cfe57 merge Merge remote-tracking branch 'origin/master' Ray Luo <r****o@m****m> almost 2 years ago
7b3a3330 Dropping Python 3.7 and 3.8 Ray Luo <r****o@m****m> almost 2 years ago
ba841e60 Fix a typo in README.md (persistance/persistence) (#133) Ben Beasley <c****e@m****t>
Committed by: GitHub <n****y@g****m>
about 2 years ago
6fd4920f Switch to MSAL 1.29+'s TokenCache.search() Ray Luo <r****o@m****m> about 2 years ago
a0713c44 Workaround for Github's latest macos runner Ray Luo <r****o@m****m> over 2 years ago
ae07f283 Switch to MSAL 1.27+'s TokenCache._find() Ray Luo <r****o@m****m> over 2 years ago
a10d0929 merge Merge pull request #125 from akx/drop-packaging-dep Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
4d372939 Remove mentions of Travis CI (#126)
Co-authored-by: Ray Luo <r****a@g****m>
Aarni Koskela <a****x@i****i>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9d7636eb Set lower bound 1.4 for `portalocker` dependency, drop `packaging` as a result Aarni Koskela <a****x@i****i> over 2 years ago
aa7ab648 merge Merge pull request #124 from AzureAD/release-1.1.0 Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
0e2d75c6 merge Merge branch 'release-1.1.0' into dev Ray Luo <r****o@m****m> over 2 years ago
b15f292a Update trove classifiers and build matrix for Python 3.10 (#115)
Co-authored-by: Ray Luo <r****a@g****m>, Ray Luo <r****o@m****m>
Anthony Shaw <a****w@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
69f9a8c7 Preparing MSAL Python EX 1.1.0 Ray Luo <r****o@m****m> almost 3 years ago
144a1398 Dropping Python 2.7 Ray Luo <r****o@m****m> almost 3 years ago
97d44fa7 merge Merge pull request #122 from AzureAD/drop-py27 Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
d7f7623e Remove use of distutils (#120)
Co-authored-by: Ray Luo <r****a@g****m>
Edgar Ramírez Mondragón <1****n@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
52307ece Replaced by enabling CodeQL in repo setting Ray Luo <r****o@m****m> almost 3 years ago
60d12713 Upgrade setup-python and use cache Ray Luo <r****o@m****m> about 3 years ago
4b90cc82 Make portalocker optional Ray Luo <r****o@m****m> almost 4 years ago
ee452ea1 merge Merge pull request #113 from jiasli/patch-1 Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
2aed3bc0 refine jiasli <4****i@u****m> over 4 years ago
e30080b5 merge Merge pull request #111 from AzureAD/release-1.0.0 Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
a88fa673 merge Merge branch 'release-1.0.0' Ray Luo <r****a@g****m> over 4 years ago
bd5b4074 Update README to reflect the new APIs Ray Luo <r****a@g****m> over 4 years ago
6f77b1e7 merge Merge pull request #109 from AzureAD/release-1.0.0 Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
6b904af1 merge Merge pull request #110 from AzureAD/persistence-factory Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
fa1f45b5 merge Merge pull request #108 from AzureAD/actionable-encryption-exceptions Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
d0696aeb Add build_encrypted_persistence() factory Ray Luo <r****a@g****m> over 4 years ago
289a94f6 Remove old classes that are deprecated for 2 years Ray Luo <r****a@g****m> over 4 years ago
50bf9674 MSAL EX for Python 1.0.0 Ray Luo <r****a@g****m> over 4 years ago
effe7784 Provide actionable messages for 2 dpapi errors
Co-authored-by: Jiashuo Li <4****i@u****m>
Ray Luo <r****a@g****m> over 4 years ago
b674b6a0 merge Merge pull request #107 from AzureAD/file600 Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
48bc3d71 Use 600 mode on Unix Ray Luo <r****a@g****m> over 4 years ago
a4d95b61 merge Merge branch 'release-0.3.1' into dev Ray Luo <r****a@g****m> over 4 years ago
8404023d merge Merge pull request #105 from AzureAD/release-0.3.1 Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
ea91eda8 Enable CD for publishing a new release Ray Luo <r****a@g****m> over 4 years ago
e7afbd38 MSAL EX Python 0.3.1 Ray Luo <r****a@g****m> over 4 years ago
60c2a745 merge Merge pull request #103 from AzureAD/unified-persistence-api Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
9ffc5b7c merge Merge pull request #100 from AzureAD/skip-read-lock Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
42d482da Making all platform-dependent parameters optional Ray Luo <r****a@g****m> over 4 years ago
4701ef4b merge Merge pull request #102 from AzureAD/document-design Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
223105b0 Document the design goals and scopes Ray Luo <r****a@g****m> over 4 years ago
4b468a94 merge Merge branch 'refactor-logging' into dev Ray Luo <r****a@g****m> almost 5 years ago
69eef72b Shut pylint up Ray Luo <r****a@g****m> almost 5 years ago
63be4052 Nuke a public method that has never been released Ray Luo <r****a@g****m> almost 5 years ago
89a3996a Refactor logs during recent debug effort Ray Luo <r****a@g****m> almost 5 years ago
2c9690ef Skip read lock to improve concurrency Ray Luo <r****a@g****m> almost 5 years ago
26240cbc merge Merge pull request #97 from AzureAD/allow-portalocker-2 Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
79ba9478 merge Merge branch 'lint' into dev Ray Luo <r****o@m****m> almost 5 years ago
30b3e867 Suppress some lints only applicable to Python 3 Ray Luo <r****o@m****m> almost 5 years ago
3c999014 Allow portalocker 2 on Python 3.5+ while keeping Python 2 support Ray Luo <r****o@m****m> almost 5 years ago
a0cfe934 merge Merge pull request #93 from AzureAD/raise-without-log Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
208e0fcd Raise without log polluting the console Ray Luo <r****a@g****m> about 5 years ago
e889c44a merge Merge pull request #91 from AzureAD/memcpy_argtypes Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
5e55ed02 Disable line-too-long error Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
b2fa2822 Specify memcpy argtypes Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
cda417f5 Ignore .eggs/ folder Ray Luo <r****a@g****m> about 5 years ago
27e4eb0c merge Merge pull request #90 from AzureAD/enable-linter Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
b0f91730 Fix linter complaints Ray Luo <r****a@g****m> over 5 years ago
7277e553 Enable linter Ray Luo <r****a@g****m> over 5 years ago
89fcaf1f merge Merge pull request #84 from wintoncode/handle-root-dir-home-on-windows Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
7f414c88 merge Merge pull request #88 from AzureAD/enable-actions Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
d15b1c9b merge Merge pull request #89 from AzureAD/upgrade-pip Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
8eff85af Upgrade pip to overcome some Travis CI error Ray Luo <r****a@g****m> over 5 years ago
bd470256 merge Merge branch 'docker' into dev Ray Luo <r****a@g****m> over 5 years ago
c16d56ba Apply learnings from recent docker experiment Ray Luo <r****a@g****m> over 5 years ago
f183f8da A docker-based infrastructure to test encryption on Linux easily Ray Luo <r****a@g****m> over 5 years ago
22ccf9b2 Temporarily disable lint Ray Luo <r****o@m****m>
Committed by: Ray Luo <r****a@g****m>
over 5 years ago
80eb2b0a Install PyGObject Ray Luo <r****o@m****m>
Committed by: Ray Luo <r****a@g****m>
over 5 years ago
e82a72ab Install Linux dependencies Ray Luo <r****o@m****m>
Committed by: Ray Luo <r****a@g****m>
over 5 years ago
5ce8b990 CI Ray Luo <r****o@m****m>
Committed by: Ray Luo <r****a@g****m>
over 5 years ago
e38ada19 merge Merge pull request #1 from rayluo/patch-1 Morgan Parry <m****y@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
d72ab66a Refine inline comments Ray Luo <r****a@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
1b5f0256 Fixed failure when a user's home dir is a drive root on Windows. Note that th... Morgan Parry <m****y@w****m> over 5 years ago
20115626 We've been in Beta with production-level support Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
bd930e82 Cache resiliency (#63) Abhidnya <p****a@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
0d47dadf merge Merge pull request #76 from AzureAD/mention-licensing Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
76735c16 Mention licence. Also add project_urls which would probably trigger an automa... Ray Luo <r****a@g****m> almost 6 years ago
1d91cbae merge Merge pull request #74 from AzureAD/release-0.3.0 Abhidnya <p****a@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
b90d20e9 merge Merge pull request #73 from AzureAD/release-0.3.0 Abhidnya <p****a@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
6d2efabf MSAL Extensions for Python 0.3.0 Abhidnya <p****a@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
ba2719ac merge Merge pull request #71 from AzureAD/persistence-error Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
5bad518f Change PersistenceNotFound's base from OSError to IOError Ray Luo <r****a@g****m> almost 6 years ago
8605a950 Unified exception when load() is called before save() (#67) Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
c537cf2d merge Merge pull request #69 from chlowell/patch-1 Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
2ec69241 Adding test case for this scenario Abhidnya <p****a@g****m> about 6 years ago
5c0f3ca3 Handle file not found exceptions on Python 2.7 Charles Lowell <c****e@m****m> about 6 years ago
35641c37 Performance Testing (#58) Abhidnya <p****a@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
0642d024 merge Merge pull request #57 from greysteil/fix-workflows-location Ray Luo <r****o@m****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
f2f3f6d4 Move .github/workflows/workflows dir to .github/workflows Grey Baker <g****l@g****m> over 6 years ago

← Back to repository