Hi. I am brand new to MongoDB and I’m slightly confused. I want to build a simple browser-based game with user accounts. When I signed up for Atlas I created an account, and then I created another account for my MongoDB database. In the documentation there are mentions of creating user accounts and giving those accounts permissions.
My question is if this built in user system is meant only for database administration, or if it’s meant to make it easier to implement “users” in an app, like players wanting to sign up to play a game or use a social media platform. Basically I’m wondering whether or not there are two different concepts of “users” - users that are created with the MongoDB methods that are strictly for database administration, and users that are created and defined by an app developer.