Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在尝试设置 OAuth2.0 服务器。因此我使用 phpleagues 客户端和服务器。客户端实现工作得很好,但是服务器实现更加棘手。现在我正在尝试使 AuthCode 授权工作。
客户端按照文档中的描述发送数据。
所以请求在服务器端正确到达,现在服务器应该用代码响应。到目前为止,一切似乎都有效,直到这行代码:
调试它,将显示一切设置正确,正在生成代码,但是在加密时它停止工作:
但随后会导致“完整性检查失败”。错误,这对我来说不太理解。