User Logins
Hello,
I have made a MongoDB Database Playground within my VSCode and I am wondering if I can replace what is already in the database, with Usernames and Passwords for users?
Code:
1 Reply
Hi Dylan, wouldn't having a new collection for
users
with the usernames and passwords meet what you're looking for?