dgghun / LawyerUp

Video chat application
MIT License
1 stars 0 forks source link

Add login input area in Navbar #14

Closed dgghun closed 5 years ago

dgghun commented 5 years ago

All that is needed for now is email and password input fields so user can login.

VonHohenheim commented 5 years ago

@dgghun Can you elaborate a little more?

dgghun commented 5 years ago

@VonHohenheim Yeah just a login area in the Navbar. I was considering adding them on the sign up pages as well in case a user forgets they have an account or something. I am not married to the idea so if you think it will cleaner without them let me know. What about the index page though? Check out the image below. image

VonHohenheim commented 5 years ago

@dgghun how do you want to manage logins? Do we want to do this ourselves or use something like Passport to validate using Google (or other) sign in? This wouldn't be in scope for this issue but its food for though if we want to go through the pains of building out our own middleware.

dgghun commented 5 years ago

If we go with Passport I would think we would still need a standard way of logging in que no?

VonHohenheim commented 5 years ago

Yup. It would be a nice "strong" feature to have OAuth authentication vs just using username/password authentication. It's a "nice to have" future development but nothing that we would need at the moment.

VonHohenheim commented 5 years ago

Added a modal for the login instead of just having the input boxes.