From a448f2167b7832201dd2db20e50625a072cdb031 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Fri, 8 Aug 2014 10:57:30 +0200 Subject: [PATCH] Remove links to wiki They don't work anymore. Not sure where they went? --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index d7cf4f00..eae479ac 100644 --- a/README.md +++ b/README.md @@ -42,27 +42,13 @@ The authorization server is a flexible class and the following core specificatio * client credentials ([section 2.3.1](http://tools.ietf.org/html/rfc6749#section-2.3.1)) * password (user credentials) ([section 4.3](http://tools.ietf.org/html/rfc6749#section-4.3)) -An [overview of the different OAuth 2.0 grants](https://github.com/thephpleague/oauth2-server/wiki/Which-OAuth-2.0-grant-should-I-use%3F) can be found in the [wiki]. - ### 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 scope(s) (i.e. permissions) to access resources. ### Custom grants -Custom grants can be created easily by implementing an interface. Check out the [custom grant guide](https://github.com/thephpleague/oauth2-server/wiki/Creating-custom-grants). - -## Tutorials and Documentation - -* **[Wiki]** - The wiki has lots of guides on how to use this library. - -* **[Developing an OAuth-2.0 Authorization Server]** - A simple tutorial on how to use the authorization server. - -* **[Securing your API with OAuth 2.0]** - A simple tutorial on how to use the resource server to secure an API server. - -[Wiki]: https://github.com/thephpleague/oauth2-server/wiki -[Securing your API with OAuth 2.0]: https://github.com/thephpleague/oauth2-server/wiki/Securing-your-API-with-OAuth-2.0 -[Developing an OAuth-2.0 Authorization Server]: https://github.com/thephpleague/oauth2-server/wiki/Developing-an-OAuth-2.0-authorization-server +Custom grants can be created easily by implementing an interface. ## Changelog