#555,#e3f7fc,#8ed9f6,⚠ 此讨论已过时,其中的信息可能已经有所发展或是发生改变。
OAuth 2.0 接入流程:

首先,需要在 github 网站创建一个应用 https://github.com/settings/applications/new

在 Authorization callback URL 填入回调地址:
http://your-website.url.com/auth/github
注册之后 会得到 github 提供的 client id 和client secret:

进入 Flarum 网站后台,点击 GitHub Login 右面的设置按钮:

输入 github 提供的 client id 和client secret:

完成。