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

Split Components #34

Closed
9 tasks done
type1fool opened this issue Dec 28, 2022 · 0 comments · Fixed by #37
Closed
9 tasks done

Split Components #34

type1fool opened this issue Dec 28, 2022 · 0 comments · Fixed by #37
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@type1fool
Copy link
Collaborator

type1fool commented Dec 28, 2022

To support multiple keys for user accounts and MFA usage, and to separate concerns, the components need to be split up.

Acceptance Criteria

  • Must move registration to new RegistrationComponent
  • Must move authentication to new AuthenticationComponent
  • Must move token to new TokenComponent
  • Must move support to new SupportComponent
  • Must move registration to new registration_hook.js
  • Must move authentication to new authentication_hook.js
  • Must move token to new token_hook.js
  • Must move support checks to support_hook.js
  • Must remove PasskeyComponent

Context

@type1fool type1fool added enhancement New feature or request question Further information is requested labels Dec 28, 2022
@type1fool type1fool modified the milestones: Beta, Alpha Dec 29, 2022
@type1fool type1fool self-assigned this Jan 3, 2023
@type1fool type1fool removed the question Further information is requested label Jan 3, 2023
@type1fool type1fool changed the title Split Registration & Authentication Components Split Up Components Jan 3, 2023
@type1fool type1fool changed the title Split Up Components Split Components Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant