Angblah / Comparator

Comparator is a web app that allows users to easily compare products to determine the one to best fit their needs.
https://thecomparator.herokuapp.com/
1 stars 0 forks source link

Login Functionality #2

Closed t-haich closed 7 years ago

t-haich commented 7 years ago

As a registered user, I want to login so I can access account-related storage, such as saving templates

honeychawla commented 7 years ago

While basic login functionality does work, I want to use Flask-Login to handle user sessions.

alexyuisingwu commented 7 years ago
honeychawla commented 7 years ago

The heading in the middle now says the username's dashboard.

honeychawla commented 7 years ago

Bad credentials are now handled

honeychawla commented 7 years ago

Still have to handle what happens when you click on the logo when you're logged in. currently it just logs you out and takes back to home page.

honeychawla commented 7 years ago

Clicking the logo after you've logged in routes you to profile page instead of the home page for not logged in people!