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

Reset password during OAuth flow #2945

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

Conversation

matthieusieben
Copy link
Contributor

No description provided.

@matthieusieben matthieusieben marked this pull request as draft December 3, 2024 08:34
@matthieusieben matthieusieben changed the base branch from main to msi/refactor-actor-store-reader February 4, 2025 14:43
@matthieusieben matthieusieben force-pushed the msi/refactor-actor-store-reader branch from 01c11c6 to 0dbb458 Compare February 5, 2025 07:47
Base automatically changed from msi/refactor-actor-store-reader to main February 5, 2025 12:37
@matthieusieben matthieusieben force-pushed the msi/oauth-reset-pwd branch 5 times, most recently from bb81208 to 3f768b2 Compare February 10, 2025 17:29
@matthieusieben matthieusieben force-pushed the msi/oauth-reset-pwd branch 17 times, most recently from e22b78d to 9a40a57 Compare February 26, 2025 21:35
@matthieusieben matthieusieben force-pushed the msi/oauth-reset-pwd branch 5 times, most recently from acd3770 to a3693e0 Compare February 28, 2025 08:16
@@ -502,250 +548,4 @@ export class AccountManager
]),
)
}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Most of this code didn't change and was just moved in ./oauth-store.

*
* @note The use of this class assumes that there is no entryway.
*/
export class OAuthStore
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Most of this code was just moved from ./account-manager. What changes is only the stuff related to the AccountStore:

  • account creation
  • binding of device-account
  • reset password
  • handle availability

See the diff of the AccountStore interface to be able to tell which method have changed.

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.

1 participant