Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Refresh token doesn't expires on revoking app permission #165

Closed
BhupeshDexati opened this issue Aug 5, 2021 · 1 comment
Closed

Refresh token doesn't expires on revoking app permission #165

BhupeshDexati opened this issue Aug 5, 2021 · 1 comment

Comments

@BhupeshDexati
Copy link

BhupeshDexati commented Aug 5, 2021

In my app, I want to give user capability to revoke access from app only, since revoking access can only be done manually according to this doc , so I am opening that page for user in a separate activity with Webview inside the app.
Now on coming back from that page as the document says, refresh token should expire.

When consent for an app is revoked, any refresh token previously provided to your application will no longer be valid. You will need to repeat the authentication flow to request a new access and refresh token from scratch.

But when I try coming back and trying silent login, it logs in user successfully, even all the drive file related methods are working properly, which is not right flow.
Please see if it's a bug, or let me know I am doing anything wrong in this flow

@baywet
Copy link
Member

baywet commented Oct 2, 2024

Thank you for reaching out and for your patience. This SDK is being officially deprecated. See #172 for more information

@baywet baywet closed this as not planned Won't fix, can't repro, duplicate, stale Oct 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants