MARTIMM / raku-mongodb-driver

MongoDB driver for Raku
Artistic License 2.0
18 stars 8 forks source link

login and logout #12

Open MARTIMM opened 8 years ago

MARTIMM commented 8 years ago

Users can be added but users can not yet login. Two methods must be supported, mongodb-cr and scram-sha1. There are other methods which come later

MARTIMM commented 7 years ago

scram-sha1 method is implemented.

MARTIMM commented 3 years ago

mongodb-cr is deprecated as of version 4 of mongodb. This method will therefore not be implemented by this driver. In the mean time scram-sha256 is also implemented