标签: php codeigniter oauth-2.0
我正在使用来自Alex Bilbie的精彩Oauth2服务器库。它工作得很好,但我不知道如何使用资源服务器。那是什么?
https://github.com/alexbilbie/CodeIgniter-OAuth-2.0-Server/blob/master/libraries/Oauth_resource_server.php
感谢所有输入!
答案 0 :(得分:1)
来自规范draft-25 section 1.1:
资源服务器:托管受保护资源的服务器,能够使用访问令牌接受和响应受保护资源请求。
因此,资源服务器可以是具有需要OAuth authenticated access的函数的任何应用程序(通常是API)。
OAuth authenticated access