3

I'm following this link https://docs.gitlab.com/ee/api/oauth2.html#web-application-flow to use Oauth2 to authorize application.

I succeed to get the access_token and access gitlab resource on user's behalf. But I cannot find any document to revoke it programmatically. Is this supported?

Levi
  • 185
  • 2
  • 11
  • 1
    It doesn't appear so. The only way I can find on how to revoke an access token is to do that through the GitLab GUI. I don't think it can be done through the API, for example. https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html – Isaac Abramowitz Jul 23 '18 at 14:55
  • @IsaacAbramowitz thanks. seems still a long way to go for gitlab. – Levi Jul 24 '18 at 01:58

0 Answers0