-
Type: Task
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
We seem to be manually encoding credentials to the quoted-printable format (see https://github.com/mongodb/mongo-python-driver/blob/48df9b088f37ac2165f91caab824d60edd5427c9/pymongo/auth.py#L275). We should simply use the quopri module instead (it ships as part of the standard library).
- related to
-
PYTHON-2251 Test SCRAM auth with username that has special characters
- Backlog