-
Notifications
You must be signed in to change notification settings - Fork 635
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
base: main
Are you sure you want to change the base?
Conversation
c0c3a55
to
64357d1
Compare
64357d1
to
bcc7f5d
Compare
01c11c6
to
0dbb458
Compare
bb81208
to
3f768b2
Compare
e22b78d
to
9a40a57
Compare
9a40a57
to
d1e3858
Compare
acd3770
to
a3693e0
Compare
9dd2837
to
87fba04
Compare
@@ -502,250 +548,4 @@ export class AccountManager | |||
]), | |||
) | |||
} | |||
|
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
No description provided.