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

Extend Twitodon to revoke Mastodon token after use #22

Open
ineffyble opened this issue Nov 12, 2022 · 1 comment
Open

Extend Twitodon to revoke Mastodon token after use #22

ineffyble opened this issue Nov 12, 2022 · 1 comment

Comments

@ineffyble
Copy link

As per the docs you should be able to call the "Revoke token" endpoint to revoke the token, similar to what's currently done for Twitter.

@lucyllewy
Copy link
Owner

AFAICT that endpoint only revokes the current session - it doesn't disassociate the app from your account. The revoke feature in use for Twitter actually revokes all access from the app, not just the current session. I had to add the revoke feature for Twitter because Twitter's own user-interface prevents removing the app from your account entirely - it's a workaround for their broken feature, for which there is no Mastodon equivalent.

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

No branches or pull requests

2 participants