Closed slepp closed 8 years ago
This change adds support for the newer MongoDB authentication schema (SCRAM-SHA-1), while retaining support for the older versions using MONGODB-CR. The Morphia library is updated to 0.111 to bring in the new static method needed for this.
@slepp Thanks for your PR! I've made a similar change to current master so that you don't need to rebase this PR for a single-line change. 😄
master
This change adds support for the newer MongoDB authentication schema (SCRAM-SHA-1), while retaining support for the older versions using MONGODB-CR. The Morphia library is updated to 0.111 to bring in the new static method needed for this.