Skip to content

Web App for checking MongoDB authentication and authorization

Notifications You must be signed in to change notification settings

mealal/mongo-auth-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB authentication and authorization check

Web App for checking MongoDB authentication and authorization. Shows current user permissions and allows to test basic CRUD operations.

Important

The app saves customer password in the server side session file. Not recommended for any production usage.

Build

npm install

Configuration

The app uses config module.

Update uri value with your connection string and db, collection with your database and collection name. Do not use any collection with data since during tests documents could be modified or deleted.

Update port value if you need a specific port. By default the app starts on port 80.

Start

npm start

Start in dev mode (nodemon)

npm run dev

About

Web App for checking MongoDB authentication and authorization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published