HappyNiel / neo-competitor-area

The NEO Competitor Area is a project where teams can create and manage teams for NEO.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Iterate login user flow #15

Closed HappyNiel closed 5 years ago

HappyNiel commented 5 years ago

The login button will be placed in a header later on.

The login flow should be as follow: 1. The user can click on Login in the header. 2. This will show the login page, where the user can fill in the email address and password. 3. The user logs in. The component in the header should have two states:

Login directs the user to the login page. Logout will log out the user.

HappyNiel commented 5 years ago

Need to implement the store in order to dynamically update the state of the user, so various components can react to it. Need to complete #18 to finish this issue.