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

fix(generic): save new refresh_token value #1838

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

becm
Copy link

@becm becm commented Feb 15, 2025

Missing the update of single-use-tokens will lead to continuous re-registration requirement for GCM.

Check is done correctly for new value.
Just the storage step used the old value instead of the new one.

actually replace the deprecated token with the new and checked value
@hickford hickford requested a review from a team February 21, 2025 22:31
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.

2 participants