ninad1487

Results 1 comments of ninad1487

Hi @ankhers, We're trying to connect AWS DocumentDB from Elixir/Phoenix framework. Seems like the authentication has an issue as below lines: https://github.com/ankhers/mongodb/blob/master/lib/mongo/auth/scram.ex#L33 https://github.com/ankhers/mongodb/blob/master/lib/mongo/auth/scram.ex#L54 The function expects `conversationId : 1`, but...