Closed regevbr closed 5 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS
file at the top-level of this repository.
Steps to reproduce
Expected result
only save changed parts of the credential field when it is being updated.
Additional information
This can be easily fixed by performing a "merge" operation on the existing credentials field and the new one, thus updating only relevant parts and not deleting existing ones.
I'm aware it is my responsibility to save the refresh token aside, still I believe the current behavior is not desired.
I probably don't have enough knowledge in the matter and the suggested fix might break other 3rd party logins who do need to completely replace the credentials field - your input is requested on the matter.