Authentication

Implement a basic authentication system in Node.js
AskAI

This technical problem involves implementing a basic authentication system in Node.js. The system should check for a valid username and password, and output "Authenticated!" if both are correct.