play-salat icon indicating copy to clipboard operation
play-salat copied to clipboard

Using deprecated authenticate method

Open bayarmunkh opened this issue 9 years ago • 0 comments

The plugin still uses a deprecated method for authenticating.

@deprecated("Please use MongoClient to create a client, which will authenticate all connections to server.", "2.7")
def authenticate(username: String, passwd: String): Boolean = underlying.authenticate(username, passwd.toArray)

bayarmunkh avatar Apr 23 '15 15:04 bayarmunkh