From 2e1f1c05cffe23f558c6b5fb3e97d8e52f77c443 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 2 Jan 2013 19:16:16 +0000 Subject: [PATCH 1/2] Updated README --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb16e602..ff47bfce 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ The framework is provided as a Composer package which can be installed by adding ```javascript { - "require": { - "lncd\Oauth2": "*" + "require": { + "lncd\Oauth2": "*" } } ``` @@ -22,7 +22,12 @@ Check out the [wiki](https://github.com/lncd/OAuth2/wiki) ### Authentication Server -The authentication server is a flexible class that supports the standard authorization code grant. +The authentication server is a flexible class that supports the following grants: + +* authentication code +* refresh token +* client credentials +* password (user credentials) ### Resource Server From f351cea442ae87746190f37e948d40ae77865ff5 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 2 Jan 2013 19:16:51 +0000 Subject: [PATCH 2/2] Version bump --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f2a89158..e87e8077 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "lncd/oauth2", "description": "OAuth 2.0 Framework", - "version": "0.3.5", + "version": "0.4", "homepage": "https://github.com/lncd/OAuth2", "license": "MIT", "require": {