Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
SSO: rely on Connection methods instead of relying on Jetpack. Part 2 #36989
SSO: rely on Connection methods instead of relying on Jetpack. Part 2 #36989
Changes from all commits
c4bd5b8
977f430
f4615b5
9b6999c
8b14fcf
10880b5
945d872
2b7e854
e0cc5ed
727e4cb
9937640
a376450
e4fc259
792a929
36ddd8a
aab122b
5ad75d0
def9853
913b289
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
It's been a while since we removed the iframe flow, and looks like the filter is no longer there.
We probably could remove these hook calls as well.
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.
At this point I'm wondering if
build_authorize_url
shouldn't be merged intoget_authorization_url
, but I'm not familiar enough with this to be confident that change can be done.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.
Those filters have been there for a while, and I do wonder if we actually need them. And if we do, why we use them in some use cases, but not in others.
So I guess we could mark this as tech debt and return to this later.