Jeffrey A. Clark
|
166821f22c
|
PYTHON-5205 Replace http with https in doc links (#2204)
|
2025-03-14 21:37:11 -04:00 |
|
Steven Silvester
|
bdf5ac6a5d
|
PYTHON-4747 Sync auth_oidc.py to master
|
2024-09-10 12:16:02 -05:00 |
|
Steven Silvester
|
6fc461183e
|
PYTHON-4747 Rename pymongo/auth_oidc.py to pymongo/synchronous/auth_oidc.py
|
2024-09-10 12:16:02 -05:00 |
|
Steven Silvester
|
6584dd2389
|
PYTHON-4256 Clean up handling of TOKEN_RESOURCE (#1620)
|
2024-04-29 15:45:24 -05:00 |
|
Steven Silvester
|
efe8cc38a6
|
PYTHON-4256 OIDC Spec Cleanup (#1556)
|
2024-04-10 11:29:42 -05:00 |
|
Steven Silvester
|
1e0ef67ab8
|
PYTHON-3664 OIDC: Automatic token acquisition for GCP Identity Provider (#1540)
|
2024-04-03 16:07:41 -05:00 |
|
Steven Silvester
|
3699f513fa
|
PYTHON-4265 Rename OIDC property PROVIDER_NAME and config values (#1545)
Co-authored-by: Jib <Jibzade@gmail.com>
|
2024-03-27 12:29:45 -05:00 |
|
Steven Silvester
|
4bc2a482d9
|
PYTHON-3467 OIDC: Automatic token acquisition for Azure Identity Provider (#1443)
Co-authored-by: Jib <Jibzade@gmail.com>
|
2024-02-02 09:53:48 -06:00 |
|
Jib
|
60d0761527
|
PYTHON-2884: Replaced SON usage in all internal classes and commands (#1426)
|
2023-12-19 15:42:23 -08:00 |
|
Steven Silvester
|
992d1507e7
|
PYTHON-4005 Replace flake8 and isort with ruff (#1399)
|
2023-10-19 11:56:22 -05:00 |
|
Steven Silvester
|
0590ce49ca
|
PYTHON-3716 OIDC-SASL Follow-Up (#1365)
|
2023-09-28 12:48:36 -05:00 |
|
Iris
|
e0b8b36f41
|
PYTHON-3813 add types to pool.py (#1318)
|
2023-08-04 17:28:30 -07:00 |
|
Noah Stapp
|
c88ae79e58
|
PYTHON-3879 Rename SocketInfo to Connection (#1329)
|
2023-07-28 10:04:16 -07:00 |
|
Iris
|
f813f56362
|
PYTHON-3803 add types to encryption.py (#1296)
|
2023-07-11 08:24:15 -07:00 |
|
Iris
|
e56c08afcc
|
PYTHON-3770 add types to auth_oidc.py (#1265)
|
2023-06-28 15:25:46 -07:00 |
|
Shane Harvey
|
0092b0af79
|
PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196)
pyupgrade --py37-plus bson/*.py pymongo/*.py gridfs/*.py test/*.py tools/*.py test/*/*.py
ruff --fix-only --select ALL --fixable ALL --target-version py37 --line-length=100 --unfixable COM812,D400,D415,ERA001,RUF100,SIM108,D211,D212,SIM105,SIM,PT,ANN204,EM bson/*.py pymongo/*.py gridfs/*.py test/*.py test/*/*.py
|
2023-05-11 15:27:17 -07:00 |
|
Steven Silvester
|
afd7e1c2cd
|
PYTHON-3460 Implement OIDC SASL mechanism (#1138)
|
2023-05-11 14:35:30 -05:00 |
|