As a user, I want to be able to login so that only authorized users can access the app and its data. After I finish using the app, I should be able to log out to prevent unauthorized access.
Dependencies
We need to add an app-wide state manager such as Redux, so that we don't have to deal with passing user info and settings down to components. We should also connect to a DB, so that we can store user data such as settings and permissions.
As mentioned on the consultation, we should focus on GitLab login at first and add various methods as needed.
User Story
Dependencies
We need to add an app-wide state manager such as Redux, so that we don't have to deal with passing user info and settings down to components. We should also connect to a DB, so that we can store user data such as settings and permissions. As mentioned on the consultation, we should focus on GitLab login at first and add various methods as needed.
Acceptance Criteria