What is the resource server? What is the resource server? codeigniter codeigniter

What is the resource server?


From the specs draft-25 section 1.1:

resource server: The server hosting the protected resources, capable of accepting and responding to protected resource requests using access tokens.

So, a resource server, can be any application (usually an API) with functions that requires OAuth authenticated access.