我在MAMP上本地集成gitscrum时一直收到无效的URL。?
github的错误日志是
ClientException
客户端错误:GET https://api.github.com/user?access_token=
导致401 Unauthorized
响应:
{
"消息":"凭据错误",
" documentation_url":" https://developer.github.com/v3"
}
gitlab的错误日志 - > 包含的重定向URI无效。它表明了这一切。
如何在MAMP上的本地服务中进行身份验证。
答案 0 :(得分:1)
https://mattstauffer.co/blog/using-github-authentication-for-login-with-laravel-socialite
按照本教程,即使从localhost也可以启动并运行。
或者您应该发布您的代码,否则很难找到您的错误。