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
Implement refreshing with Google #1180
Implement refreshing with Google #1180
Changes from all commits
575c792
0352258
5c88713
0857a0f
7fc3f23
c789c58
c54f165
7a76c76
b9b315d
80995df
4076eed
433bb2a
d389098
fea048b
176ba70
9ce4393
41b7c85
236b25b
45a40a1
19ad7da
8b344fe
f607708
77fcf9a
d909507
c4e96dd
c782ac8
3156553
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.
I guess to allow migration some code could be added here, checking if the
ConnectorData
is present, if not checkrefresh
object for it. But this means putting theConnectorData
field back in the struct and would probably mean this migration code would be there forever.I guess it depends how important you think maintaining existing refresh tokens is