Commit Graph

  • 5e91b95cb3 Updated ScopeInterface with get method Alex Bilbie 2013-01-29 14:25:49 +0000
  • 1ed4c27420 Update ClientInterface with get() method Alex Bilbie 2013-01-29 14:23:28 +0000
  • 57f825b0a8 Added exception codes and messages Alex Bilbie 2013-01-29 14:19:23 +0000
  • 846a008c76 Explanation of the scope delimiter parameter Alex Bilbie 2013-01-29 14:18:13 +0000
  • a189156f26 Response types are now generated from grants that are injected in Alex Bilbie 2013-01-29 14:17:56 +0000
  • d63c0ea262 Added model variable storage Alex Bilbie 2013-01-29 14:16:47 +0000
  • f74a35074a Added getResponseType parameter Alex Bilbie 2013-01-29 14:15:05 +0000
  • 9a41ab8bfc Removed unnecessary column from the table Alex Bilbie 2013-01-29 14:14:50 +0000
  • e415e0051a Version bump 0.4.2 Alex Bilbie 2013-01-24 15:44:07 +0000
  • 945d60bd5d Renaming Server and Resource to AuthServer and ResourceServer to be less confusing. Daniel Horrigan 2013-01-22 11:33:09 -0500
  • 892ae3a0d3 Started adding some Server methods, adding some Util classes and adding a way to get the token from the Resource Daniel Horrigan 2013-01-22 11:25:51 -0500
  • 2727ba0078 Adding a few Getters to the Resource, moving Exceptions and adding some new ones. Daniel Horrigan 2013-01-17 15:19:01 -0500
  • c12472857b Changed Case of Oauth2 namespace to OAuth2 namespace Daniel Horrigan 2013-01-08 16:35:29 -0500
  • 385111a1f2 Merge branch 'cleanup' of github.com:dandoescode/OAuth2 into feature/reorg Daniel Horrigan 2013-01-08 16:26:17 -0500
  • 608bcb767b Bearer token now correctly base64 decoding Nick Jackson 2013-01-08 15:52:17 +0000
  • 89e89a73dc Changing 'user_credentials' to password Daniel Horrigan 2013-01-07 10:31:28 -0500
  • 2fecadd2a6 Fixing Resource bugs and moving the Request dep to a setter. Daniel Horrigan 2013-01-04 17:21:24 -0500
  • 373ddf9f34 Changing Case in namespaces Daniel Horrigan 2013-01-04 14:55:13 -0500
  • a3fd22b3dd Changing Case Daniel Horrigan 2013-01-04 14:44:02 -0500
  • e5e132f67a Merge branch 'release/0.4.1' into develop Alex Bilbie 2013-01-02 22:37:24 +0000
  • b4e8c27618 Merge branch 'release/0.4.1' 0.4.1 Alex Bilbie 2013-01-02 22:36:48 +0000
  • d65cdaf028 Version bump Alex Bilbie 2013-01-02 22:36:41 +0000
  • 5f1779c4e7 Autoload dependencies with autoloader in bootstrap.php Alex Bilbie 2013-01-02 22:32:49 +0000
  • b10613c5e3 Composer install Alex Bilbie 2013-01-02 21:31:33 +0000
  • 1c3b319aa6 Altered the script parameter of .travis.yml Alex Bilbie 2013-01-02 21:22:09 +0000
  • 1069507ab4 Revert require_once statements Alex Bilbie 2013-01-02 21:13:32 +0000
  • 5ca63c921a Updated PHPUnit.xml Alex Bilbie 2013-01-02 21:13:12 +0000
  • 943fc1cc82 Possible fix for Travis? Alex Bilbie 2013-01-02 20:34:09 +0000
  • a158883aed Another attempt to fix paths for travis Alex Bilbie 2013-01-02 20:32:25 +0000
  • 8aba2b29b8 Better travis debugging Alex Bilbie 2013-01-02 20:24:45 +0000
  • b5e8f9206b Fool. Alex Bilbie 2013-01-02 20:21:25 +0000
  • 755a753cb5 Test include path on travis Alex Bilbie 2013-01-02 20:19:26 +0000
  • e99211db31 Moved require_once statement outside of setUp tests method Alex Bilbie 2013-01-02 20:13:02 +0000
  • 1142f8d86b Merge branch 'release/0.4' into develop Alex Bilbie 2013-01-02 19:17:12 +0000
  • 5772a2f12f Merge branch 'release/0.4' 0.4 Alex Bilbie 2013-01-02 19:17:01 +0000
  • f351cea442 Version bump Alex Bilbie 2013-01-02 19:16:51 +0000
  • 2e1f1c05cf Updated README Alex Bilbie 2013-01-02 19:16:16 +0000
  • 7279c8675b Merge branch 'feature/grants' into develop Alex Bilbie 2013-01-02 19:14:33 +0000
  • 94945ec49e Added support for refresh tokens, user credentials and client credentials grant. 100% unit test code coverage for authentication. Fixes #2 Alex Bilbie 2013-01-02 19:14:22 +0000
  • 2b8a27ef47 Ignore code coverage in ../tests folder Alex Bilbie 2013-01-02 19:12:53 +0000
  • 7d1aa28087 Added .travis.yml Alex Bilbie 2012-12-30 21:31:19 +0000
  • 31b36f23e7 Starting the reorganization Daniel Horrigan 2012-12-28 15:12:16 -0500
  • 0fcbeb8158 PSR fixes Alex Bilbie 2012-12-23 22:13:22 +0000
  • 0876fd9ad3 Spacing fixes Alex Bilbie 2012-12-23 22:12:51 +0000
  • 2545ea7dc1 Added refresh token params and examples Alex Bilbie 2012-12-23 22:12:44 +0000
  • 6eeb7e13e4 Updated unit tests Alex Bilbie 2012-12-23 22:11:33 +0000
  • 38c50c00b0 PSR fixes Alex Bilbie 2012-12-23 21:39:42 +0000
  • df85c98e53 PSR fixes Alex Bilbie 2012-12-23 21:36:30 +0000
  • 0f30b2a803 Removed lots of unnecessary if/else blocks. Removed null value of expires/expiresIn parameter Alex Bilbie 2012-12-23 21:21:37 +0000
  • f2dc89cdf3 Merge remote-tracking branch 'dhorrigan/master' into feature/grants Alex Bilbie 2012-12-23 20:34:21 +0000
  • c676ba9857 Merge remote-tracking branch 'origin/develop' into develop Alex Bilbie 2012-12-23 20:33:42 +0000
  • d99e871e11 Set a default token ttl of one hour Alex Bilbie 2012-12-23 20:31:16 +0000
  • 0f6f5e2939 Added the user_credentials and refresh_token grants. Fixed expires_in so it is inline with the spec, but added expires for the old usage of expires_in. Made redirect_uri in oauth_sessions ALLOW NULL since user_credential grants don't have a redirect Daniel Horrigan 2012-12-19 16:12:48 -0500
  • 9fd6f309df Merge branch 'release/0.3.5' into develop Alex Bilbie 2012-12-12 11:45:07 +0000
  • 41d8a1efa3 Merge branch 'release/0.3.5' 0.3.5 Alex Bilbie 2012-12-12 11:44:56 +0000
  • 4928221b49 Version bump Alex Bilbie 2012-12-12 11:44:51 +0000
  • 8131d5be90 Merge branch 'hotfix/resourceConfig' into develop Alex Bilbie 2012-12-12 11:44:04 +0000
  • a948335e45 Merge branch 'hotfix/resourceConfig' Alex Bilbie 2012-12-12 11:43:11 +0000
  • aa978d3581 Fix variable name Alex Bilbie 2012-12-12 11:43:01 +0000
  • b1d91f33cf Merge branch 'release/0.3.4' into develop Alex Bilbie 2012-12-11 15:33:20 +0000
  • 1be25955d6 Merge branch 'release/0.3.4' 0.3.4 Alex Bilbie 2012-12-11 15:33:05 +0000
  • 3365953257 Version bump Alex Bilbie 2012-12-11 15:32:27 +0000
  • 302bf1f70d Clean trailing whitespace Alex Bilbie 2012-12-11 15:31:42 +0000
  • 6553fb3f22 Return client details Alex Bilbie 2012-12-11 12:09:56 +0000
  • fdfe80289a Merge branch 'release/0.3.3'. Release version 0.3.3 0.3.3 Alex Bilbie 2012-12-10 21:31:58 +0000
  • 0ed6674ceb Version bump. Fixed website Alex Bilbie 2012-12-10 21:31:08 +0000
  • 912cd3fa25 Changed session stage to 'requested' as per enum Alex Bilbie 2012-12-10 21:19:11 +0000
  • 1b29c0f1a0 Merge branch 'release/0.3.2' into develop Alex Bilbie 2012-11-20 15:30:02 +0000
  • a5b83c00bd Version bump 0.3.2 Alex Bilbie 2012-11-20 15:29:43 +0000
  • 129c9a7b7a Version bump Alex Bilbie 2012-11-20 15:28:48 +0000
  • 958eab33a7 Lots of small documentation updates and clarifications Alex Bilbie 2012-11-20 15:27:33 +0000
  • fead044830 Spacing fixes and fixed sessionScopes() example query Alex Bilbie 2012-11-20 15:27:15 +0000
  • 21f48c0491 Spacing updates Alex Bilbie 2012-11-20 15:26:04 +0000
  • ac990b609a Fixed client_id column length Alex Bilbie 2012-11-16 16:40:01 +0000
  • e5bbd41570 Version bump 0.3.1 Alex Bilbie 2012-10-14 17:33:46 +0100
  • 99f54d1a02 Missing provider class Alex Bilbie 2012-10-14 17:33:22 +0100
  • b2188514d9 Merge branch 'release/0.3' into develop Alex Bilbie 2012-10-14 17:21:04 +0100
  • 0897e6226c Merge branch 'release/0.3' 0.3 Alex Bilbie 2012-10-14 17:20:58 +0100
  • 3ee9175a5d Version bump Alex Bilbie 2012-10-14 17:20:48 +0100
  • cca5ae6229 Merge branch 'feature/clients' into develop Alex Bilbie 2012-10-14 17:18:52 +0100
  • b1082ecb41 Lots of updates so it all works now Alex Bilbie 2012-10-14 17:18:27 +0100
  • af83b1e80e Added urlUserInfo() method Alex Bilbie 2012-10-12 14:42:36 +0100
  • 92ace5c6e5 Fixed PHP error with missing bracket Alex Bilbie 2012-10-12 13:09:56 +0100
  • 5ed4a8a2c4 Don't base64 decode the bearer token Alex Bilbie 2012-10-10 09:32:50 +0100
  • 4fdfb63128 Removed old test bash file Alex Bilbie 2012-10-05 15:27:34 +0100
  • ddfb355280 Code beautification Alex Bilbie 2012-10-05 15:24:59 +0100
  • ac3743027b Code beautification Alex Bilbie 2012-10-05 15:22:29 +0100
  • ed5c33008d Merge branch 'refs/heads/master' into develop Alex Bilbie 2012-10-05 15:07:38 +0100
  • 0ce0459cfe Merge branch 'refs/heads/master' into feature/clients Alex Bilbie 2012-10-05 15:07:21 +0100
  • a76fbcd23d Epic rewriting to use Guzzle Alex Bilbie 2012-10-05 15:05:27 +0100
  • bef7a212e3 Fixes and cleanup Alex Bilbie 2012-10-05 15:03:15 +0100
  • ec191cffe1 Cleanup Alex Bilbie 2012-10-05 15:02:56 +0100
  • 5c13c3ee54 Namespace fixes Alex Bilbie 2012-10-05 15:01:09 +0100
  • 52bd18a2b4 Fixed namespaces in providers Alex Bilbie 2012-10-05 15:00:51 +0100
  • 74338bca6c Changed email + require Guzzle Alex Bilbie 2012-10-05 14:59:43 +0100
  • 6d1702a15d Merge branch 'develop' into feature/clients Alex Bilbie 2012-09-19 23:29:40 +0100
  • 500640c56c phpunit/phpunit is now officially composer compatible Alex Bilbie 2012-09-19 22:04:18 +0100
  • 7d50b8e812 Moved SQL files Alex Bilbie 2012-09-19 19:59:00 +0100
  • 43ce218cbb Merge branch 'release/0.2.3' into develop Alex Bilbie 2012-09-19 19:54:30 +0100
  • 5b870a84f8 Merge branch 'release/0.2.3' 0.2.3 Alex Bilbie 2012-09-19 19:54:20 +0100