mongodb-authentication
Installation
SKILL.md
MongoDB Authentication
Secure your MongoDB with proper authentication.
Quick Start
Enable Authentication
# Start MongoDB with authentication
mongod --auth --dbpath /data/db
# Or in config file (mongod.conf)
security:
authorization: enabled