Skip to content

Commit

Permalink
List SCRAM-SHA-256 in "Authentication" section
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Aug 18, 2023
1 parent 0825b29 commit e14c4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Authentication
--------------
To authenticate, pass username and password via the connection string, e.g. `mongodb://user:pass@localhost`. The authentication source defaults to *admin* but can be set by supplying a path, e.g. `mongodb://user:pass@localhost/test`.

Currently, *SCRAM-SHA-1* is the only supported authentication mechanism.
Both *SCRAM-SHA-256* and *SCRAM-SHA-1* are supported as authentication mechanisms.

SSL / TLS
---------
Expand Down

0 comments on commit e14c4ce

Please sign in to comment.