Commit Graph

  • b7bae1120b Fixed mysql character set Alex Bilbie 2013-04-23 13:44:21 +01:00
  • 4727a83d84 Removed stage parameter Alex Bilbie 2013-04-23 13:29:33 +01:00
  • 67641acdff Revert "renamed package to oauth2-server" Alex Bilbie 2013-04-17 14:27:09 +01:00
  • 09b74aa61d renamed package to oauth2-server Alex Bilbie 2013-04-17 14:22:42 +01:00
  • d75d266376 Updated SQL structure Alex Bilbie 2013-04-03 15:50:07 +01:00
  • 645d412c02 Removed die(var_dump()) Alex Bilbie 2013-03-31 13:57:35 +01:00
  • 5f1609577e Added stateParamRequired method Alex Bilbie 2013-03-31 13:57:24 +01:00
  • 351580d9d8 Added getResponseTypes() method Alex Bilbie 2013-03-31 13:37:12 +01:00
  • 9c9db978c6 Move authorisation code grant stuff into own grant Alex Bilbie 2013-03-31 13:37:02 +01:00
  • a18b4184f5 getScopes() now have the grant type and client ID passed Alex Bilbie 2013-03-28 10:44:45 +00:00
  • a7b4f7d66b Added grant to getClient calls. Fixes #21 Alex Bilbie 2013-03-27 14:47:07 +00:00
  • 18933d5075 Merge branch 'feature/http-headers' into develop. Fixes #29 Alex Bilbie 2013-03-27 14:27:14 +00:00
  • d53abc661c getExceptionHttpHeaders() unit tests Alex Bilbie 2013-03-27 14:27:06 +00:00
  • 3481ec8aa2 Variable name fixes + little changes to support unit tests Alex Bilbie 2013-03-27 14:26:46 +00:00
  • e563230f10 Method to get all headers for the error response ziege 2013-03-26 17:17:01 +01:00
  • 28f85e3bea Fixed broken unit test. Fixes #28 Alex Bilbie 2013-03-27 13:29:11 +00:00
  • 4cb4d5ba21 Refresh token removed in Client Credentials Grant ziege 2013-03-26 07:20:26 +01:00
  • be478561b6 Fixed unit tests following 74d9946db37591c83b0a59b8359ebc35259908fb Alex Bilbie 2013-03-22 16:28:45 +00:00
  • 608fdb3ac3 Merge pull request #26 from ziege/patch-1 Alex Bilbie 2013-03-22 09:27:14 -07:00
  • 74d9946db3 Storage corrected ziege 2013-03-22 17:24:36 +01:00
  • 521e5b22aa Updated unit tests Alex Bilbie 2013-03-22 12:43:53 +00:00
  • 85312f6995 Updated ClientCredentials to properly include scopes Alex Bilbie 2013-03-22 12:36:18 +00:00
  • f463eb9db1 Style fixes Alex Bilbie 2013-03-22 11:44:53 +00:00
  • f4cdfa91c1 Updated Password grant Alex Bilbie 2013-03-22 11:41:04 +00:00
  • fe6ecb1dcf Added test_issueAccessToken_HTTP_auth(). Fixes #22 Alex Bilbie 2013-03-22 11:08:52 +00:00
  • 0bf2a5333a Added test_scopeParamRequired() Alex Bilbie 2013-03-22 11:07:55 +00:00
  • 105a5b2a31 Fixed client_id and client_secret retrieval from request in conformity with the RFC Alex Bilbie 2013-03-22 10:40:47 +00:00
  • ecf2f2b9ea Updated ResourceServerTest Alex Bilbie 2013-03-22 10:37:01 +00:00
  • 493834fcbf Removed base64 decoding of token when present in authorization header. Fixes #23 Alex Bilbie 2013-03-22 10:35:42 +00:00
  • fb518715ce Updated authserver tests Alex Bilbie 2013-03-21 16:25:44 +00:00
  • fce24aa74d Added getDefaultScope method Alex Bilbie 2013-03-21 16:22:44 +00:00
  • 0c30b9ca66 Added scopeParamRequired method Alex Bilbie 2013-03-21 16:22:29 +00:00
  • 03aa81450e Renamed method to setDefaultScope Alex Bilbie 2013-03-21 16:22:16 +00:00
  • 6c34535155 First test case. Michael Gooden 2013-03-05 08:22:04 +02:00
  • 5bd62fe942 Add optional default scope parameter. Michael Gooden 2013-03-04 17:46:02 +02:00
  • 26781d2c38 Corrected wrong return documentation for SessionInterface::validateAuthCode() method lapause 2013-03-20 22:07:30 +01:00
  • 18e1bb33de Added missing details (return values on failure) to methods of SessionInterface lapause 2013-03-20 16:05:48 +01:00
  • 3a6468897f Removed obsolete namespace inclusion lapause 2013-03-20 15:58:27 +01:00
  • 97484eea6a Typo correction in inline doc lapause 2013-03-20 15:55:42 +01:00
  • a2f87f20b7 Version bump 1.0.8 Alex Bilbie 2013-03-18 16:48:38 +00:00
  • b6ba08813d Small bug fixes. Fixes #13 Alex Bilbie 2013-03-18 16:46:07 +00:00
  • 3341728eb2 Added implicit grant Alex Bilbie 2013-03-06 18:01:44 +00:00
  • 6b172d4c27 Made getGrantType public for use with implicit grant Alex Bilbie 2013-03-06 18:01:34 +00:00
  • 4962762c28 Change from static calls Alex Bilbie 2013-03-06 18:01:12 +00:00
  • 56b559894c Spelling fix Alex Bilbie 2013-03-06 17:57:48 +00:00
  • a9a68a5cc8 Added scope parameter association for clientcredentials and password scope Alex Bilbie 2013-03-06 17:18:37 +00:00
  • 542ca52d49 Set a default parameter for getParam Alex Bilbie 2013-03-06 17:18:13 +00:00
  • 7d0c075b36 It ain't static anymore Jim Alex Bilbie 2013-03-06 17:18:04 +00:00
  • c056be3e48 Updated .travis.yml Alex Bilbie 2013-03-06 17:05:07 +00:00
  • f3e6f99696 Removed old build files Alex Bilbie 2013-03-06 17:04:49 +00:00
  • 3ad4010526 Cleaned up .gitignore Alex Bilbie 2013-03-06 17:04:31 +00:00
  • 07c07ccb5e Removed static functions, inject authserver instance into grants Alex Bilbie 2013-03-06 16:59:18 +00:00
  • 6a8f8bf7b7 Removed phpunit from composer.json Alex Bilbie 2013-03-06 16:58:29 +00:00
  • 4917bc228c Updated .gitignore Alex Bilbie 2013-03-06 16:57:29 +00:00
  • b58082b536 Merge pull request #10 from MichaelGooden/patch-1 Alex Bilbie 2013-03-04 07:43:33 -08:00
  • f70c039275 Fix state parameter check typo Michael Gooden 2013-03-04 17:31:59 +02:00
  • f102b4fb68 Merge branch 'master' of github.com:lncd/OAuth2 Alex Bilbie 2013-03-04 13:22:44 +00:00
  • c003f699c7 1.0.7 merge 1.0.7 Alex Bilbie 2013-03-04 13:22:01 +00:00
  • ad78ec838b Version bump Alex Bilbie 2013-03-04 13:18:34 +00:00
  • 34a7d14557 Added requireStateParam() method. Fixes #9 Alex Bilbie 2013-03-04 13:15:12 +00:00
  • f5b6b43bef Added requireScopes() method Alex Bilbie 2013-03-04 13:10:00 +00:00
  • 3be3794311 Normalise long function definition. Michael Gooden 2013-03-04 11:37:23 +02:00
  • 710c65aa42 Fix typo in SessionInterface::validateAuthCode. Michael Gooden 2013-03-01 09:39:21 +02:00
  • 7d3712a4b1 Added tutorial section Alex Bilbie 2013-02-28 17:03:15 +00:00
  • d6955922e9 Added description of grants link Alex Bilbie 2013-02-28 16:26:06 +00:00
  • 352d49ec5a Fixed broken tests Alex Bilbie 2013-02-22 16:55:42 +00:00
  • 88616853c4 Fixed broken tests Alex Bilbie 2013-02-22 16:55:42 +00:00
  • 8eb7dc0d76 Spelling fix Alex Bilbie 2013-02-22 15:45:42 +00:00
  • 4cc3f97569 Spelling fix Alex Bilbie 2013-02-22 15:45:42 +00:00
  • e6545f9dca Merge branch 'release/1.0.6' into develop Alex Bilbie 2013-02-22 15:42:47 +00:00
  • 7b1b5e94cb Merge branch 'release/1.0.6' 1.0.6 Alex Bilbie 2013-02-22 15:42:38 +00:00
  • eceb84b978 Version bump Alex Bilbie 2013-02-22 15:42:32 +00:00
  • ffac434bcc Added missing state parameter Alex Bilbie 2013-02-22 15:38:47 +00:00
  • e74e5061d8 Added tutorial links Alex Bilbie 2013-02-22 13:31:05 +00:00
  • cb523e7e34 Added tutorial links Alex Bilbie 2013-02-22 13:31:05 +00:00
  • da12c09fda Merge branch 'release/1.0.5' into develop Alex Bilbie 2013-02-21 17:52:10 +00:00
  • e04e6d2fae Merge branch 'release/1.0.5' 1.0.5 Alex Bilbie 2013-02-21 17:51:59 +00:00
  • e555f67c8d v1.0.5 Alex Bilbie 2013-02-21 17:51:51 +00:00
  • 822669fc0c Update getScopes Alex Bilbie 2013-02-21 17:51:01 +00:00
  • 828bc299b2 Merge branch 'develop' of github.com:lncd/OAuth2 into develop Alex Bilbie 2013-02-21 17:45:27 +00:00
  • d22e489626 Merge branch 'release/1.0.4' into develop Alex Bilbie 2013-02-21 17:44:42 +00:00
  • ab8bc44849 Merge branch 'release/1.0.4' 1.0.4 Alex Bilbie 2013-02-21 17:44:33 +00:00
  • 4f832e1eb1 Version bump Alex Bilbie 2013-02-21 17:44:26 +00:00
  • 9add9edcc1 Merge branch 'hotfix/doc-fix' into develop Alex Bilbie 2013-02-21 17:42:55 +00:00
  • 59e23fb32a Merge branch 'hotfix/doc-fix' Alex Bilbie 2013-02-21 17:42:45 +00:00
  • 22dcef33da Fixed SQL to get a session\'s scopes Alex Bilbie 2013-02-21 17:42:30 +00:00
  • 866c598809 Merge branch 'release/1.0.3' into develop Alex Bilbie 2013-02-20 13:17:48 +00:00
  • b6d99abcb0 Merge branch 'release/1.0.3' 1.0.3 Alex Bilbie 2013-02-20 13:17:39 +00:00
  • c692ac8bab Version bump Alex Bilbie 2013-02-20 13:17:36 +00:00
  • 43d064733f Changed all mentions of authentication to authorization server Alex Bilbie 2013-02-20 12:40:42 +00:00
  • 6c00aea91d Merge branch 'release/1.0.2' into develop Alex Bilbie 2013-02-20 12:33:59 +00:00
  • ddff5f923d Merge branch 'release/1.0.2' 1.0.2 Alex Bilbie 2013-02-20 12:33:50 +00:00
  • 17e72e0cf4 Fixed composer.json version + bump Alex Bilbie 2013-02-20 12:33:47 +00:00
  • c25be195f9 Re-order MySQL table creations Julien Chaumond 2013-02-19 21:24:19 +01:00
  • d842d395d0 Fix composer element Julien Chaumond 2013-02-19 21:25:46 +01:00
  • 6b2f5944ef Merge branch 'release/1.0.1' into develop Alex Bilbie 2013-02-19 00:42:49 +00:00
  • 9afa707d54 Merge branch 'release/1.0.1' 1.0.1 Alex Bilbie 2013-02-19 00:42:26 +00:00
  • 33a725606d Version bump Alex Bilbie 2013-02-19 00:41:37 +00:00
  • e3f13bf545 Use self::getParam Alex Bilbie 2013-02-19 00:40:30 +00:00
  • dbc80a4360 Minor fixes to tests Alex Bilbie 2013-02-19 00:40:22 +00:00