mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-03 02:32:27 +05:30
Added description of grants link
This commit is contained in:
parent
352d49ec5a
commit
d6955922e9
@ -31,6 +31,8 @@ The authorization server is a flexible class and following core specification gr
|
||||
|
||||
A tutorial on how to use the authorization server can be found at [http://alexbilbie.com/2013/02/developing-an-oauth2-authorization-server/](http://alexbilbie.com/2013/02/developing-an-oauth2-authorization-server/).
|
||||
|
||||
An overview of the different OAuth 2.0 grants can be found at [http://alexbilbie.com/2013/02/a-guide-to-oauth-2-grants/](http://alexbilbie.com/2013/02/a-guide-to-oauth-2-grants/).
|
||||
|
||||
### Resource Server
|
||||
|
||||
The resource server allows you to secure your API endpoints by checking for a valid OAuth access token in the request and ensuring the token has the correct permission to access resources.
|
||||
|
Loading…
Reference in New Issue
Block a user