Do not revoke old refresh token on server-side during an update
The refresh token is updated to a new valid one in case of reauth. In this case the old and the new refresh tokens have the same device ID. When revoking a refresh token on the server, Gaia revokes all the refresh tokens that have the same device ID. This CL avoid revoking the old refresh token when to avoid Gaia revoking the new token soon after a reauth. Bug: 865189 Change-Id: I9c2a64f30e14a5376c530f3b511c212b70738f3a Reviewed-on: https://chromium-review.googlesource.com/1145073 Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Reviewed-by:Roger Tawa <rogerta@chromium.org> Cr-Commit-Position: refs/heads/master@{#577947}
Showing
Please register or sign in to comment