Commit Graph

  • 1ad44d1ce0 Merge pull request #483 from mikicaivosevic/master Alex Bilbie 2016-03-23 11:27:41 +00:00
  • b480373249 bug fix Mikica Ivosevic 2016-03-23 12:08:45 +01:00
  • 20133f2f61 Added which grant image + sketch file Alex Bilbie 2016-03-23 10:37:39 +00:00
  • 5b43c051bd Removed HTML class dumps Alex Bilbie 2016-03-23 10:37:24 +00:00
  • 95cdaae17f Removed unused method Alex Bilbie 2016-03-22 17:07:30 +00:00
  • 61986db5ee Merge branch 'V5-WIP' of github.com:thephpleague/oauth2-server into V5-WIP Alex Bilbie 2016-03-22 16:29:08 +00:00
  • 878afeb9f9 ClientRepository implementations are now responsible for dealing with client secret Alex Bilbie 2016-03-22 16:29:04 +00:00
  • e9dd1478c4 Merge pull request #482 from thephpleague/analysis-ze73j2 Alex Bilbie 2016-03-22 15:15:41 +00:00
  • 945731cb39 Applied fixes from StyleCI Alex Bilbie 2016-03-22 11:11:39 -04:00
  • f688401f63 Merge branch 'V5-WIP' of github.com:thephpleague/oauth2-server into V5-WIP Alex Bilbie 2016-03-22 15:11:31 +00:00
  • 09770dc537 Inject client into getUserEntityByUserCredentials method Alex Bilbie 2016-03-22 15:11:20 +00:00
  • dcf3f50b87 Merge pull request #481 from thephpleague/analysis-qBM7DW Alex Bilbie 2016-03-22 14:57:26 +00:00
  • 59e8785f50 Applied fixes from StyleCI Alex Bilbie 2016-03-22 10:45:28 -04:00
  • ca54a387c8 Merge branch 'V5-WIP' of github.com:thephpleague/oauth2-server into V5-WIP Alex Bilbie 2016-03-22 14:45:14 +00:00
  • 6fea054381 Update examples/composer.lock Alex Bilbie 2016-03-22 14:44:58 +00:00
  • ed17b6540e Add additional repository Alex Bilbie 2016-03-22 14:44:39 +00:00
  • e27b13ee7d Accept scopes as reference Alex Bilbie 2016-03-22 14:44:21 +00:00
  • 67f835a606 Merge pull request #480 from thephpleague/analysis-Xajx5Z Alex Bilbie 2016-03-22 14:19:10 +00:00
  • 8685006743 Applied fixes from StyleCI Alex Bilbie 2016-03-22 10:18:21 -04:00
  • 400eae153b Added grant and scopes to UserRepository getUserEntityByUserCredentials method Alex Bilbie 2016-03-22 14:18:02 +00:00
  • c880d5c1ec Merge pull request #476 from juliangut/fixes Alex Bilbie 2016-03-18 11:04:43 +01:00
  • 9ee2e7271f require-dev zend-diactoros Julián Gutiérrez 2016-03-18 00:41:38 +01:00
  • b629b5e53f styleCI request Julián Gutiérrez 2016-03-18 00:38:37 +01:00
  • 4b775fe241 include CryptTrait tests, allow Server::respondToRequest trhow exceptions and fix ResposeType tests Julián Gutiérrez 2016-03-18 00:25:32 +01:00
  • 8196f5c832 code against interface Julián Gutiérrez 2016-03-17 21:33:04 +01:00
  • 890fdeba16 CryptTrait tests Julián Gutiérrez 2016-03-17 21:18:28 +01:00
  • c2e83ff359 Merge pull request #475 from thephpleague/analysis-zYjdLv Alex Bilbie 2016-03-17 15:38:10 +01:00
  • 51a1a75d37 Applied fixes from StyleCI Alex Bilbie 2016-03-17 10:37:48 -04:00
  • 251190d828 Fix #468 and #473 Alex Bilbie 2016-03-17 14:37:21 +00:00
  • a350705a01 Merge branch 'V5-WIP' of github.com:thephpleague/oauth2-server into V5-WIP Alex Bilbie 2016-03-17 11:49:20 +00:00
  • 7293ff9e9d Updated zendframework/zend-diactoros from ~1.1 to ^1.1 Alex Bilbie 2016-03-17 11:49:05 +00:00
  • c207addf87 Merge pull request #474 from thephpleague/analysis-XlKDLQ Alex Bilbie 2016-03-17 12:23:30 +01:00
  • 3af75729b8 Applied fixes from StyleCI Alex Bilbie 2016-03-17 07:22:59 -04:00
  • 7b8d9c9af3 Added missing RendererInterface Alex Bilbie 2016-03-17 11:22:04 +00:00
  • 15b6506644 No need to use Zend\Diactoros\Stream Alex Bilbie 2016-03-17 11:21:53 +00:00
  • bd12c8b1a9 Fix exception usage Alex Bilbie 2016-03-17 11:18:59 +00:00
  • c3c49c83f9 Merge pull request #472 from juliangut/templating Alex Bilbie 2016-03-17 10:49:14 +01:00
  • b8cb4c697a Remove untrue statement Alex Bilbie 2016-03-17 09:48:05 +00:00
  • 2f459b6470 Merge pull request #470 from juliangut/clarify Alex Bilbie 2016-03-16 17:35:39 +01:00
  • ee91072455 template renderer holds template related information Julián Gutiérrez 2016-03-16 12:32:21 +01:00
  • 25f93071ea Merge pull request #467 from thephpleague/analysis-z4xMPE Alex Bilbie 2016-03-15 22:55:33 +01:00
  • 079ed0040a Applied fixes from StyleCI Alex Bilbie 2016-03-15 17:54:45 -04:00
  • 5bbf703711 Fixes for examples Alex Bilbie 2016-03-15 21:54:36 +00:00
  • d635b3484b Fix broken code Alex Bilbie 2016-03-15 21:30:18 +00:00
  • 3365f3d733 Moved client secret validation to abstract grant. Fixes #460 Alex Bilbie 2016-03-15 21:30:13 +00:00
  • 9e828f8f3c Updated stub client entity Alex Bilbie 2016-03-15 21:29:45 +00:00
  • c7a5a57304 Added getSecret method to ClientEntityInterface Alex Bilbie 2016-03-15 21:29:35 +00:00
  • ae0edc40aa clarify names and return types Julián Gutiérrez 2016-03-15 22:25:28 +01:00
  • 264bc7b625 Merge pull request #466 from thephpleague/analysis-8641PP Alex Bilbie 2016-03-15 22:21:49 +01:00
  • 7159352108 Applied fixes from StyleCI Alex Bilbie 2016-03-15 17:21:21 -04:00
  • a70bc2360a Merge branch 'V5-WIP' of github.com:thephpleague/oauth2-server into V5-WIP Alex Bilbie 2016-03-15 21:21:08 +00:00
  • 472ec68bbe Removed validateAccessToken from abstract response type Alex Bilbie 2016-03-15 21:20:59 +00:00
  • e946c1e106 Remove old MAC output type Alex Bilbie 2016-03-15 21:20:46 +00:00
  • d383bc1d29 Checkin Alex Bilbie 2016-03-15 20:33:44 +00:00
  • 4c392db673 Merge pull request #465 from juliangut/repositories_visibility Alex Bilbie 2016-03-15 21:30:48 +01:00
  • 66e473b1f0 clean use statment Julián Gutiérrez 2016-03-15 20:57:32 +01:00
  • 91c8daeb99 normalize repositories visibility Julián Gutiérrez 2016-03-15 20:54:59 +01:00
  • 9ffe806112 Merge pull request #464 from juliangut/scopes_from_repository Alex Bilbie 2016-03-15 19:44:32 +01:00
  • 9e04da01de unused use statements Julián Gutiérrez 2016-03-15 01:18:54 +01:00
  • 592f60de70 allways extract scopes from repository Julián Gutiérrez 2016-03-15 01:10:47 +01:00
  • 5ae9827d67 Merge pull request #461 from juliangut/extract_scopes Alex Bilbie 2016-03-14 12:36:17 +01:00
  • 5e8d2fe0f5 Merge pull request #462 from juliangut/jwt_to_string Alex Bilbie 2016-03-14 12:35:39 +01:00
  • 9b665f494f convert JWT to string for http_build_query Julián Gutiérrez 2016-03-14 01:00:06 +01:00
  • ced63e2051 allow scopes extraction on GET requests for auth_code and implicit grants Julián Gutiérrez 2016-03-14 00:12:14 +01:00
  • c3ffed2daf Merge pull request #459 from juliangut/throw_instead_of_return Alex Bilbie 2016-03-11 07:49:57 +00:00
  • ecad2b98ae update invalid grant type test Julián Gutiérrez 2016-03-11 00:23:29 +01:00
  • a0402f1994 throw exception instead of return Response Julián Gutiérrez 2016-03-11 00:01:19 +01:00
  • 8a441317d9 Removed old docs Alex Bilbie 2016-03-10 19:35:46 +00:00
  • 4acafe6f77 Updated .gitignore Alex Bilbie 2016-03-10 19:04:31 +00:00
  • 6e74de50e5 Test fixes Alex Bilbie 2016-03-10 19:01:57 +00:00
  • 4ab9c52767 Merge pull request #448 from juliangut/validate_authenticated_request Alex Bilbie 2016-03-10 17:47:28 +00:00
  • 2b2d4a3df7 Merge pull request #444 from juliangut/secure_body_params_access Alex Bilbie 2016-03-10 17:47:20 +00:00
  • 0ae8863322 Ignore TemplateRenderer method Alex Bilbie 2016-03-10 17:45:31 +00:00
  • 4c55b6879d Merge pull request #457 from juliangut/renderer Alex Bilbie 2016-03-10 17:43:20 +00:00
  • 9590550799 Merge pull request #458 from thephpleague/analysis-XWN3Ry Alex Bilbie 2016-03-10 17:41:28 +00:00
  • c40a10a071 Applied fixes from StyleCI Alex Bilbie 2016-03-10 12:40:28 -05:00
  • f7f3cdee24 Use client->setName method Alex Bilbie 2016-03-10 17:34:36 +00:00
  • edf0ee8622 Removed unused code Alex Bilbie 2016-03-10 17:34:25 +00:00
  • c490cd4ef2 Added middleware tests Alex Bilbie 2016-03-10 17:22:48 +00:00
  • a716a08be6 Completed stub response Alex Bilbie 2016-03-10 17:22:38 +00:00
  • 3b4a8cf5f3 Added code coverage ignore comments Alex Bilbie 2016-03-10 17:22:10 +00:00
  • 8f0cb0e78c Updated server test Alex Bilbie 2016-03-10 16:34:32 +00:00
  • fb1fa71b5d Improved BearerResponseType test Alex Bilbie 2016-03-10 16:34:21 +00:00
  • 0216638903 Added BearerResponseType test Alex Bilbie 2016-03-10 15:50:17 +00:00
  • 5074ad9a6c Fixed request attribute Alex Bilbie 2016-03-10 15:49:57 +00:00
  • 721a31534e Added implicit grant test Alex Bilbie 2016-03-10 15:10:08 +00:00
  • 01517bb57a Added missing namespace Alex Bilbie 2016-03-10 15:09:56 +00:00
  • 0f2c6e7f4e Merge pull request #446 from juliangut/unify_examples Alex Bilbie 2016-03-10 14:32:10 +00:00
  • 320d9e65d5 StyleCI always watching upon us Julián Gutiérrez 2016-03-09 12:44:47 +01:00
  • 1218cede79 allow different template engines Julián Gutiérrez 2016-03-09 12:32:01 +01:00
  • 8ff0cb6495 include implicit grant example Julián Gutiérrez 2016-03-08 22:17:56 +01:00
  • 1bdeb71efb make StyleCI happy Julián Gutiérrez 2016-03-08 21:59:10 +01:00
  • 1632b80631 Merge branch 'V5-WIP' into secure_body_params_access Julián Gutiérrez 2016-03-08 21:57:43 +01:00
  • 5760450854 satisfy StyleCI Julián Gutiérrez 2016-03-08 21:49:05 +01:00
  • 9c66688d19 Merge branch 'V5-WIP' into unify_examples Julián Gutiérrez 2016-03-08 21:47:02 +01:00
  • da53067e63 Updated README Alex Bilbie 2016-02-22 11:04:03 +00:00
  • 84172c0d29 Merge pull request #454 from thephpleague/analysis-z9myNn Alex Bilbie 2016-02-22 08:01:14 +00:00
  • 997d390f3d Applied fixes from StyleCI Alex Bilbie 2016-02-22 03:00:50 -05:00
  • e2794c47af First commit of the implicit grant Alex Bilbie 2016-02-22 07:59:17 +00:00
  • 0d0aaa8764 Use the new access token covertToJWT method Alex Bilbie 2016-02-22 07:58:59 +00:00