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

feat(react): Convert third party auth 'Set password' page to React #18044

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 22, 2024

  1. feat(react): Convert third party auth 'Set password' page to React

    Because:
    * There are data-sharing problems with this page currently being on Backbone while other pages in the flow are in React, causing a double sign-in for all 'Set password' flows, plus the inability to sign into Sync and maintain CWTS choices for desktop oauth
    * We want to move completely over from Backbone to React
    
    This commit:
    * Creates 'post_verify/third_party_auth/set_password' page in React with container component
    * Sends web channel messages up to Sync after password create success
    * Shares form logic with Signup, includes useSyncEngine hook for DRYness
    * Changes InlineRecoveryKeySetup to check local storage instead of location state, which prevents needing to prop drill as users should always be signed in and these values available in local storage on this page
    * Returns authPW and unwrapBKey from create password in auth-client
    
    closes FXA-6651
    LZoog authored and vpomerleau committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    8e87c06 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    7d3d4d9 View commit details
    Browse the repository at this point in the history