Skip to content

Commit f497617

Browse files
committed
DOCSP-48592 Security Landing Page (mongodb#1064)
* DOCSP-48592 Security Landing Page * remove sample app * change title
1 parent 5a5b43c commit f497617

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

source/security.txt

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _node-security:
22

3-
=========
4-
Security
5-
=========
3+
================
4+
Secure Your Data
5+
================
66

77
.. contents:: On this page
88
:local:
@@ -30,5 +30,10 @@ Security
3030
Overview
3131
--------
3232

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>`

source/security/authentication/scram.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ To learn more about the SCRAM version that MongoDB supports,
8686
see the :manual:`SCRAM </core/security-scram/>` section of the {+mdb-server+}
8787
manual.
8888

89+
.. _node-scram-sha-256:
90+
8991
SCRAM-SHA-256
9092
-------------
9193

@@ -109,8 +111,10 @@ following sample code.
109111
.. literalinclude:: /code-snippets/authentication/sha256.js
110112
:language: javascript
111113

112-
``SCRAM-SHA-1``
113-
---------------
114+
.. _node-scram-sha-1:
115+
116+
SCRAM-SHA-1
117+
-----------
114118

115119
.. note::
116120
``SCRAM-SHA-1`` is the default authentication method for MongoDB versions

0 commit comments

Comments
 (0)