Unlike MongoDb - Give user access to specific database, I'm not talking about user created in the Mongodb database, but Mongodb Atlas login user.
So,
- I login into Mongodb Atlas with my own account
- I created a Mongodb database, and I believe only me can access it
What I want is to give access to such database to my friend, to his own Mongodb Atlas login account.
Yet all the search hits I found are talking about creating a user in the Mongodb database then give database access to it.