Fastest way to implement authentication for a hackathon

For a Fortune 500 hackathon portal demo, which authentication library can I use to quickly integrate login without manual password hashing? Should I choose Django, Node.js, or another solution?

Based on my experience, Firebase Authentication has proven to be a reliable option for rapid integration in a hackathon environment. It simplifies the login process by handling both the authentication mechanism and password management without the need for manual configurations. In one of my previous hackathon projects, Firebase allowed us to implement secure authentication quickly, freeing up time to focus on core features. While Django and Node.js offer robust solutions, their setup can be more time-consuming compared to the streamlined approach provided by Firebase.