我需要验证gitlab的个人访问令牌。我知道我们可以使用https://gitlab.example.com/api/v4/projects?private_token=<token>
api来这样做。但是,如果未指定private_token
,则此api返回公共项目。
我正在研究这样一种情况:用户没有与他的名字相关的任何项目,我需要针对gitlab验证其私人令牌。
答案 0 :(得分:0)
您能否以某种方式使用 /personal_access_tokens api 调用(参见:https://docs.gitlab.com/ee/api/personal_access_tokens.html)