Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/frontend auth #118

Merged
merged 15 commits into from May 16, 2022
Merged

Feature/frontend auth #118

merged 15 commits into from May 16, 2022

Conversation

nbarlowATI
Copy link
Member

First iteration of frontend work for authentication.

  • Login, Logout, Signup components, and associated Routes.
  • Buttons added to homepage for login/signup (if not logged in) and logout (if logged in).
  • Link added to Navbar to logout (if logged in), and CaseSelector not shown if not logged in.
  • Redirect to login page from e.g. /case/1 or /case/new if not logged in.
  • Send API requests with authentication token in header.

@nbarlowATI nbarlowATI requested a review from mhauru May 13, 2022 09:26
@coveralls
Copy link

coveralls commented May 13, 2022

Pull Request Test Coverage Report for Build 2331746311

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 87.688%

Totals Coverage Status
Change from base Build 2313964252: 0.0%
Covered Lines: 876
Relevant Lines: 999

💛 - Coveralls

@nbarlowATI nbarlowATI merged commit 28429ef into dev May 16, 2022
@AoifeHughes AoifeHughes deleted the feature/frontend-auth branch November 6, 2023 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants