GitLab Application

    配置 OAuth App - Gitlab 01

    • 勾选 api scope

    配置 OAuth App - Gitlab 03

    现在你已经创建了一个新的 Application,并得到了相应的 Application ID (Client ID)。

    这里我们以 为例,并把 issue 的 设置为 Vssue Demo

    然后运行 anywhere -h localhost 8080,在 localhost:8080 监听一个 http server 并返回 index.html

    配置 OAuth App - Gitlab 05

    Vssue 已经成功运行。点击 使用 Gitlab 帐号登录。

    配置 OAuth App - Gitlab 07

    在当前页面写下评论吧 ~

    配置 OAuth App - Gitlab 09

    提示

    你可以前往 meteorlxy/vssue-demo 来获取 demo 代码。前往该仓库的 看看发生了什么。