File tree 2 files changed +16
-7
lines changed
2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 1
1
.. _node-security:
2
2
3
- =========
4
- Security
5
- =========
3
+ ================
4
+ Secure Your Data
5
+ ================
6
6
7
7
.. contents:: On this page
8
8
:local:
@@ -30,5 +30,10 @@ Security
30
30
Overview
31
31
--------
32
32
33
- MongoDB supports multiple mechanisms that you can use to authenticate your application.
34
- This page contains code examples that show each of these mechanisms.
33
+ Learn how to set up security and authentication for your application
34
+ in the following sections:
35
+
36
+ - :ref:`Authentication <node-authentication>`
37
+ - :ref:`In-Use Encryption <node-fle>`
38
+ - :ref:`TLS Security Protocol <node-tls>`
39
+ - :ref:`SOCKS Proxy <node-socks>`
Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ To learn more about the SCRAM version that MongoDB supports,
86
86
see the :manual:`SCRAM </core/security-scram/>` section of the {+mdb-server+}
87
87
manual.
88
88
89
+ .. _node-scram-sha-256:
90
+
89
91
SCRAM-SHA-256
90
92
-------------
91
93
@@ -109,8 +111,10 @@ following sample code.
109
111
.. literalinclude:: /code-snippets/authentication/sha256.js
110
112
:language: javascript
111
113
112
- ``SCRAM-SHA-1``
113
- ---------------
114
+ .. _node-scram-sha-1:
115
+
116
+ SCRAM-SHA-1
117
+ -----------
114
118
115
119
.. note::
116
120
``SCRAM-SHA-1`` is the default authentication method for MongoDB versions
You can’t perform that action at this time.
0 commit comments