Commit Graph

  • 4b63c20a58 Updated docblocks with correct SQL Alex Bilbie 2013-02-19 00:26:28 +0000
  • 8fc0cadae4 Updated composer.json 1.0.0 Alex Bilbie 2013-02-15 17:08:27 +0000
  • 52bdc79f79 Merge branch 'release/1.0.0' Alex Bilbie 2013-02-15 17:09:24 +0000
  • 4c46dd222e Added changelog Alex Bilbie 2013-02-15 17:08:41 +0000
  • 6a81bcbefc Updated composer.json Alex Bilbie 2013-02-15 17:08:27 +0000
  • f42f45e42e Updated README Alex Bilbie 2013-02-15 17:08:21 +0000
  • 333ce37c97 Removed authserver.md - going to be in docs instead Alex Bilbie 2013-02-15 16:56:54 +0000
  • 645fc7210e Removed sillyness Alex Bilbie 2013-02-15 16:35:28 +0000
  • ff37850fea Pretty print github-style codeblocks Alex Bilbie 2013-02-15 16:33:18 +0000
  • 57c24953be First draft of auth server docs Alex Bilbie 2013-02-15 16:30:32 +0000
  • 92d9435bba Added method to get the exception type Alex Bilbie 2013-02-15 16:29:00 +0000
  • 9f6bd64100 Renamed database.sql to mysql.sql Alex Bilbie 2013-02-15 15:05:40 +0000
  • e86d5cb3f1 Broke up grants into their own tests Alex Bilbie 2013-02-13 20:12:51 +0000
  • f818bdf40e Updated docblocks Alex Bilbie 2013-02-13 19:59:08 +0000
  • 246732153c Updated grantTypes to use AuthServer::getParam() Alex Bilbie 2013-02-13 19:39:43 +0000
  • 92ce378a93 Added more files+folders to ignore Alex Bilbie 2013-02-13 19:37:40 +0000
  • 4506037bda Docblock updates Alex Bilbie 2013-02-13 19:36:56 +0000
  • d99002ef2f Renamed variable as $authParams is no longer used Alex Bilbie 2013-02-13 19:36:10 +0000
  • a98dcea6fe Fixed missing fields in oauth_sessions table Alex Bilbie 2013-02-13 19:35:42 +0000
  • 1e2d2b3d25 Added AuthServer::getParam() function to reduce repetitive code Alex Bilbie 2013-02-13 18:25:10 +0000
  • 0f4546db47 Changed 'oauth_token' to 'access_token' Alex Bilbie 2013-02-13 17:10:44 +0000
  • d0b1034f35 Ignore vendor/phpunit Alex Bilbie 2013-02-12 20:33:40 +0000
  • 1cfe10105a Updated docblocks for the two main classes Alex Bilbie 2013-02-12 20:33:23 +0000
  • 7739923273 Updated database Alex Bilbie 2013-02-12 20:33:03 +0000
  • e771099568 Removed unnecessary functions Alex Bilbie 2013-02-12 17:22:15 +0000
  • a361fbab14 Finished unit tests for AuthServer Alex Bilbie 2013-02-12 16:45:45 +0000
  • 61d1685e84 Minor fixes to password grant Alex Bilbie 2013-02-12 16:45:33 +0000
  • d2267dbd24 Added Password grant Alex Bilbie 2013-02-12 16:22:14 +0000
  • 87186d73b7 Removed old client code which can be now be found at lncd/oauth2-client Alex Bilbie 2013-02-12 16:01:02 +0000
  • e76111c2b7 Fixed silliness with access token verification Alex Bilbie 2013-02-08 11:45:51 +0000
  • 60b2caf41d Various fixes and tweaks Alex Bilbie 2013-02-08 11:40:33 +0000
  • 89f3c35466 Authorization header fixes Alex Bilbie 2013-02-07 16:16:09 +0000
  • 55d68bd105 Import namespace for util\request Alex Bilbie 2013-02-07 14:54:56 +0000
  • 7293d47234 Merge branch 'feature/reorg' into develop Alex Bilbie 2013-02-05 16:27:01 +0000
  • 49e0088f72 Removed old unit tests Alex Bilbie 2013-02-05 16:26:55 +0000
  • 37331c4dc8 Added resource server tests Alex Bilbie 2013-02-05 16:20:56 +0000
  • 562c257596 Various bug fixes Alex Bilbie 2013-02-05 16:20:45 +0000
  • f481a9baeb Bug fix Alex Bilbie 2013-02-05 15:59:44 +0000
  • 322eb15bb5 Revert "Removed unnecessary code" Alex Bilbie 2013-02-05 15:57:24 +0000
  • 6b4e51b3a3 Removed unnecessary interfaces Alex Bilbie 2013-02-05 15:56:03 +0000
  • daa352d126 Added resource server tests Alex Bilbie 2013-02-05 15:55:48 +0000
  • e903cbee68 Update request class namespace Alex Bilbie 2013-02-05 15:55:38 +0000
  • 920fd9344f Moved request class to util folder Alex Bilbie 2013-02-05 15:55:04 +0000
  • 463803f74d Added client credentials grant function Alex Bilbie 2013-02-05 14:48:10 +0000
  • 7a646d3a84 Renamed client get function Alex Bilbie 2013-02-05 14:47:54 +0000
  • 14a7142ad7 Lots more tests Alex Bilbie 2013-02-05 10:07:45 +0000
  • 66bea97e8c Bug fixes based on previous code changes Alex Bilbie 2013-02-05 10:07:36 +0000
  • 7214101cfc Ensure Travis installs Mockery Alex Bilbie 2013-02-04 19:47:11 +0000
  • 81f3dc9a2b Added new auth server unit tests Alex Bilbie 2013-02-04 19:46:37 +0000
  • c7e9235db3 Added util unit tests Alex Bilbie 2013-02-04 19:46:29 +0000
  • 2f010584ef Removed old auth server unit tests Alex Bilbie 2013-02-04 19:46:21 +0000
  • 4a50af333d Added code coverage blocks Alex Bilbie 2013-02-04 19:46:06 +0000
  • c89a2346a8 Removed unnecessary code Alex Bilbie 2013-02-04 19:45:58 +0000
  • 22f793a16f Fixed getClient call Alex Bilbie 2013-02-04 19:45:47 +0000
  • 6edd486b4c Added code coverage ignore blocks to getRequest method Alex Bilbie 2013-02-04 19:45:34 +0000
  • 8a6823b78d Removed resource tests, added util tests Alex Bilbie 2013-02-04 19:45:19 +0000
  • d80b2935fc Require mockery for unit tests Alex Bilbie 2013-02-04 19:45:03 +0000
  • d5ae471d94 Throw root exception Alex Bilbie 2013-02-04 18:58:26 +0000
  • 9a265f7956 Fixed bad ternary statement. Added missing semicolon Alex Bilbie 2013-02-04 18:58:17 +0000
  • 04b8394009 Updated method calls to reflect naming changes Alex Bilbie 2013-02-04 18:44:19 +0000
  • 6ae4db460e $request parameter is static Alex Bilbie 2013-02-04 18:31:13 +0000
  • 768dfb369c Renamed getCurrentGrantType to getGrantType Alex Bilbie 2013-02-04 18:30:56 +0000
  • 0d173d4c35 Renamed methods to prevent ORM conflict Alex Bilbie 2013-02-04 17:10:30 +0000
  • 4b8bc76622 Removed properties from Interface Alex Bilbie 2013-02-04 15:32:33 +0000
  • 1a1bfd9348 Fix $expiresIn call as static Alex Bilbie 2013-02-04 15:32:21 +0000
  • 91bf8cc241 Removed old Authentication folder Alex Bilbie 2013-02-04 14:42:14 +0000
  • 3c7fe00130 Renamed some session methods to avoid conflicts with ORM methods Alex Bilbie 2013-02-04 14:41:40 +0000
  • 5f8ca89772 Added docblocks to the grant interface Alex Bilbie 2013-02-04 13:59:34 +0000
  • f855b572e8 First commit of new refresh token grant Alex Bilbie 2013-02-01 16:50:59 +0000
  • 5e365bb974 Function name fix Alex Bilbie 2013-02-01 16:02:38 +0000
  • 85c42db355 Variable name fix Alex Bilbie 2013-02-01 16:02:04 +0000
  • a81c486e0e Spelling fix Alex Bilbie 2013-02-01 16:00:00 +0000
  • e8d43f2087 Anal restyle Alex Bilbie 2013-02-01 15:59:50 +0000
  • 5abb84eda0 Validate all client credentials Alex Bilbie 2013-02-01 15:59:43 +0000
  • 9fd7ccc137 Added ClientCredentials grant Alex Bilbie 2013-02-01 15:51:51 +0000
  • a3a617171a $grantTypes static access Alex Bilbie 2013-02-01 15:28:40 +0000
  • 47731ce901 $expiresIn now static Alex Bilbie 2013-02-01 15:28:25 +0000
  • fcf57abbb2 Removed guzzle dependancy Alex Bilbie 2013-02-01 15:24:01 +0000
  • 3aa8465640 Made $grantTypes static to fix ref bug Alex Bilbie 2013-02-01 15:23:04 +0000
  • 2a8688b54e Update getRequest calls to static requests Alex Bilbie 2013-02-01 15:09:15 +0000
  • aec9aa908c Made getRequest static Alex Bilbie 2013-02-01 15:07:47 +0000
  • 8de2cdb1d9 < PHP5.4 array syntax Alex Bilbie 2013-02-01 15:02:36 +0000
  • 2c1dedfe8a Updated grantTypeInterface Alex Bilbie 2013-02-01 14:56:36 +0000
  • d732778f65 Finished AuthCode grant Alex Bilbie 2013-02-01 14:41:52 +0000
  • 6eb5db0239 Lots of bug fixes. Some methods and variables made static so they can be accessed by grant classes. Alex Bilbie 2013-02-01 14:41:10 +0000
  • 7a851084c6 Initial commit of AuthCode grant type Alex Bilbie 2013-02-01 10:50:32 +0000
  • 9b6a92c506 Updated namespace use for Util\SecureKey Alex Bilbie 2013-01-29 16:53:39 +0000
  • 781bf985c3 Renamed checkClientAuthoriseParams method to checkAuthoriseParams Alex Bilbie 2013-01-29 16:25:14 +0000
  • 87a142cc30 Updated getCurrentGrantType method Alex Bilbie 2013-01-29 16:24:48 +0000
  • 4fa37bb356 Updated issueAccessToken method Alex Bilbie 2013-01-29 16:24:28 +0000
  • 514aabb838 Updated newAuthoriseRequest method Alex Bilbie 2013-01-29 16:23:41 +0000
  • 3cb53448c5 Anal style fix Alex Bilbie 2013-01-29 16:21:53 +0000
  • 8ae0dbcf46 Default to 40 characters (as that is what the DB table columns are set to) Alex Bilbie 2013-01-29 16:21:39 +0000
  • ffcad85d95 Renamed functions, changed some doc terms Alex Bilbie 2013-01-29 16:21:21 +0000
  • 14b680f6be Moved GrantTypeInterface Alex Bilbie 2013-01-29 16:18:45 +0000
  • 74f48d28a4 Added ClientException Alex Bilbie 2013-01-29 16:18:23 +0000
  • cab721923a Set relationship to scope_id Alex Bilbie 2013-01-29 16:17:30 +0000
  • dcd1026a98 Use scope_id instead of the scope name Alex Bilbie 2013-01-29 16:15:45 +0000
  • 31c3b495bf Re-added checkClientAuthoriseParams() function Alex Bilbie 2013-01-29 14:56:17 +0000
  • a8b6389092 Updated SessionInterface Alex Bilbie 2013-01-29 14:55:50 +0000