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

[feature] POST /oauth/revoke endpoint #1081

Open
Tracked by #2232
LindsayZhou opened this issue Nov 19, 2022 · 1 comment
Open
Tracked by #2232

[feature] POST /oauth/revoke endpoint #1081

LindsayZhou opened this issue Nov 19, 2022 · 1 comment
Labels
enhancement New feature or request frontend-api Backend requirement for Frontend stuff not implemented yet We probably will implement this. But we haven't yet ;)

Comments

@LindsayZhou
Copy link

Is your feature request related to a problem ?

Need a way to revoke the authorized token.

Describe the solution you'd like.

Implement /oauth/revoke endpoint, which takes client_id, client_secret, token as post json body, reponses 200 or 403 status code.

Ref: oauth - Mastodon documentation

Describe alternatives you've considered.

NONE

Additional context.

No response

@LindsayZhou LindsayZhou added the enhancement New feature or request label Nov 19, 2022
@tsmethurst
Copy link
Contributor

Yup, we're aware of it, just not implemented yet.

@tsmethurst tsmethurst added the not implemented yet We probably will implement this. But we haven't yet ;) label Nov 19, 2022
@VyrCossont VyrCossont added the frontend-api Backend requirement for Frontend stuff label Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend-api Backend requirement for Frontend stuff not implemented yet We probably will implement this. But we haven't yet ;)
Projects
None yet
Development

No branches or pull requests

3 participants