I am using the fantastic Oauth2 server library from Alex Bilbie. It works perfectly fine but I am not sure how to use the Resource Server. What is that?
Thankful for all input!
I am using the fantastic Oauth2 server library from Alex Bilbie. It works perfectly fine but I am not sure how to use the Resource Server. What is that?
Thankful for all input!
从规范草案 25 第 1.1 节:
资源服务器:托管受保护资源的服务器,能够使用访问令牌接受和响应受保护资源请求。
因此,资源服务器可以是任何具有需要OAuth authenticated access
.