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

Add authentication (GSI-1113) #17

Merged
merged 18 commits into from
Nov 29, 2024
Merged

Conversation

Cito
Copy link
Member

@Cito Cito commented Nov 20, 2024

This PR implements the complete 2FA authentication flow in a rudimentary way.

To be done in follow-up PRs (see also TODO markers in the code):

  • Make this work with MSW when this has been integrated, Currently, it only works with the staging backend.
  • Add proper styling to the UI.
  • Add success and error messages where indicated (preferably as toast messages).
  • Add "can activate" guards for verification of the proper session state.
  • Add "can deactivate" guards for making sure that the user "stays in the flow".
  • Check edge cases and multi-tab browsing.

@Cito Cito marked this pull request as ready for review November 27, 2024 16:41
Copy link
Contributor

@ac-jorellanaf ac-jorellanaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works well.
Minor comments but approved. 👍

@Cito Cito merged commit 662b85b into main Nov 29, 2024
1 check passed
@Cito Cito deleted the feature/add-authentication-GSI-1113 branch November 29, 2024 11:23
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.

2 participants