Pryx / git-md-diff

A feature complete tool for managing documentations written in Markdown or MDX and generated via a specialized tool - e.g. Docusaurus
0 stars 0 forks source link

Login & logout #10

Closed Pryx closed 3 years ago

Pryx commented 3 years ago

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