motorengine don't support the auth mechanism of mongodb connetion 'SCRAM-SHA-1'. · Issue #121 · heynemann/motorengine · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After motorengine was installed, motor (0.2) and pymongo (2.7) would together be installed.
The auth mechanism of mongodb connetion is 'SCRAM-SHA-1'.
But in order to support 'SCRAM-SHA-1', we need pymongo >= 2.8 and motor >= 0.4
When this feature will be added?