open-source-labs / Docketeer

A Docker & Kubernetes developer tool to manage containers & visualize both cluster and container metrics
https://docketeer.io/
MIT License
863 stars 235 forks source link

Added login page, signup modal, authenticateUser function #80

Closed clarcheveque closed 3 years ago

clarcheveque commented 3 years ago

Added the following features to Docketeer:

1) Upon launching the application, Docketeer will now load the login page instead of the main dashboard 2) In the login page, we have created a sign-up modal 3) We have added an authenticateUser function to verify if the user and password are correct. Note: currently these features are hardcoded with pre-set credentials, but the functionality of redirecting the user from login page to main dashboard upon successful login works.

Co-authored-by: Griffin Silver 74221399+griffinrogersilver@users.noreply.github.com Co-authored-by: Alex Smith 74221399+ajsmith925@users.noreply.github.com Co-authored-by: Charles Ryu 78817594+charcharryu@users.noreply.github.com Co-authored-by: Lorenzo Guevara 16786959+lo-guevara@users.noreply.github.com