I have MongoDB set up on my laptop for a MEAN Stack university class I'm taking this semester, but of course I don't know what databases I'll be creating for the class, nor how many.
I found this SO question about adding users to MongoDB, and I have a regular user for myself for non-admin stuff. From what I can see in the answer to that question, and from this page of the Mongo documentation, it is not possible to create a user that can read a database that is to be created in the future. Is this indeed the case, or is there some hard-to-find way around it?