In Chapter 7, we discussed monitoring and backup methods in MongoDB. In this chapter, we are going to discuss the security features of MongoDB.
Authentication and Authorization
Authentication is the process of verifying the identity of the user, whereas authorization or access control determines the verified user’s access to resources and operations.
SCRAM: This is the default authentication ...