Commit Graph

  • ca512d1163 Travis pushed coverage of 3ad97b4ef45757780d4aad91c1853fef2b77d43e@master to gh-pages TravisCI 2016-01-20 11:34:41 +0000
  • 3ad97b4ef4 Merge pull request #434 from bitExpert/fix/getScopeDelimiterDockblock Alex Bilbie 2016-01-20 11:33:36 +0000
  • 44155a8efc allow refresh token ttl assign Julián Gutiérrez 2016-01-20 12:21:44 +0100
  • b7b1f56d0c stream write fix Julián Gutiérrez 2016-01-20 10:58:45 +0100
  • 3e5889e93b minor improvements and documentation fixes Julián Gutiérrez 2016-01-20 10:36:16 +0100
  • ef5904ab1a exception based determineAccessTokenInHeader Julián Gutiérrez 2016-01-20 00:32:59 +0100
  • 94cc7c2bc7 fix server reference Julián Gutiérrez 2016-01-20 00:16:12 +0100
  • 0490736861 Docblock stated that "," is the default scope delimiter but it is " ". Stephan Hochdörfer 2016-01-18 22:37:39 +0100
  • 1e1043c04f Merge pull request #432 from juliangut/middleware Alex Bilbie 2016-01-17 19:33:38 +0000
  • 8591fc7686 moved to authentication middleware Julián Gutiérrez 2016-01-17 18:40:26 +0100
  • 86b75edca0 Merge pull request #430 from juliangut/scopedelimiter Alex Bilbie 2016-01-17 16:40:55 +0000
  • 13ddec3283 Fix for PasswordGrant Alex Bilbie 2016-01-17 16:38:25 +0000
  • 322caa77af Fixes for RefreshTokenGrant Alex Bilbie 2016-01-17 16:35:52 +0000
  • 95634fb390 compound redirect uri with Psr\Http\Message\UriInterface Julián Gutiérrez 2016-01-17 17:28:27 +0100
  • 6beb8d42ff Replaced SecureKey::generate with random_bytes method Alex Bilbie 2016-01-17 16:16:01 +0000
  • 6cffbfe33b remove scopedelimiter parameter Julián Gutiérrez 2016-01-17 17:01:08 +0100
  • 5fcb47d66a Merge pull request #425 from juliangut/scopes_extraction Alex Bilbie 2016-01-17 14:59:37 +0000
  • 1f7faceb93 Travis pushed coverage of abaf399f5f45710869469a255cb5d03653745cd8@master to gh-pages TravisCI 2016-01-17 14:59:06 +0000
  • 702ab6b654 Travis pushed coverage of abaf399f5f45710869469a255cb5d03653745cd8@master to gh-pages TravisCI 2016-01-17 14:58:58 +0000
  • abaf399f5f Merge pull request #429 from Bobselp/master Alex Bilbie 2016-01-17 14:57:45 +0000
  • cbd45cc5ab Added protected API example Alex Bilbie 2016-01-17 14:56:51 +0000
  • 8566a128c8 Pass errors back up the chain Alex Bilbie 2016-01-17 14:56:42 +0000
  • 419cb6d149 Use first array result Alex Bilbie 2016-01-17 14:56:35 +0000
  • f1d06e7c33 Use the error returned from the response type Alex Bilbie 2016-01-17 14:56:06 +0000
  • 212938d1e2 Fixed call to static Alex Bilbie 2016-01-17 14:55:48 +0000
  • cd19f11799 Fixed conversion to response object Alex Bilbie 2016-01-17 14:55:36 +0000
  • 55c8df8312 fix for thephpleague/oauth2-server#389 Bobselp 2016-01-17 15:50:34 +0100
  • 4862ca7d60 fix conflicts Julián Gutiérrez 2016-01-17 15:49:55 +0100
  • 660378c7b3 Added MAC auth scheme to 401 header Alex Bilbie 2016-01-17 14:28:13 +0000
  • 06ee612bb1 Updated composer.lock in example Alex Bilbie 2016-01-17 14:25:54 +0000
  • 3c4347e385 Updated refresh token example Alex Bilbie 2016-01-17 14:25:44 +0000
  • 168e7640c6 Updated examples to use new API Alex Bilbie 2016-01-17 14:23:42 +0000
  • 3d08051cbb Removed default wording as there is no override Alex Bilbie 2016-01-17 14:23:18 +0000
  • 0486d93fa3 Removed default wording as there are no overrides Alex Bilbie 2016-01-17 14:23:02 +0000
  • 5a8659471c Public key is set in abstract grant now Alex Bilbie 2016-01-17 14:21:53 +0000
  • f6664c6917 Private and public key paths are injected into grants now Alex Bilbie 2016-01-17 14:21:35 +0000
  • 5f22ead287 Updated access denied hint Alex Bilbie 2016-01-17 14:11:21 +0000
  • 19b12cda8e Made getDefaultResponseType public Alex Bilbie 2016-01-17 14:08:53 +0000
  • 6c787c374c First commit of ResourceServerMiddleware Alex Bilbie 2016-01-17 14:08:42 +0000
  • cd68103267 New server constructor Alex Bilbie 2016-01-17 14:03:41 +0000
  • 6332ecfa0b Removed default overrides Alex Bilbie 2016-01-17 14:03:33 +0000
  • e43d95415b Inject required params into grant type Alex Bilbie 2016-01-17 14:03:07 +0000
  • d755a8c01d Updated the validation to BearerTokenResponse Alex Bilbie 2016-01-17 13:57:07 +0000
  • c7a904ca40 Added access token repository and public key path as required params to response type constructor Alex Bilbie 2016-01-17 13:56:46 +0000
  • 8ee4dc7eb9 Fixed docblock Alex Bilbie 2016-01-17 13:56:14 +0000
  • 645f719ee9 Added new repository setter methods to GrantTypeInterface Alex Bilbie 2016-01-17 13:55:12 +0000
  • 0cc13630cc Cody tidy Alex Bilbie 2016-01-17 13:54:55 +0000
  • e21a13c82c Access token TTL is now configured on a per grant basis Alex Bilbie 2016-01-17 13:54:39 +0000
  • a4ce1e510e Scope delimiter string is no longer configurable Alex Bilbie 2016-01-17 13:53:18 +0000
  • ad05a5cae6 Scope delimiter is no longer a required parameter Alex Bilbie 2016-01-17 13:51:56 +0000
  • e6cc6c35ec Scope delimiter string is now a constant Alex Bilbie 2016-01-17 13:49:53 +0000
  • f74bca33ab Removed parameters that are no longer required Alex Bilbie 2016-01-17 13:48:40 +0000
  • 90d9d7bdd6 Required repositories are now set by the server Alex Bilbie 2016-01-17 13:47:44 +0000
  • 8d8dbaea0c normalize validatescopes Julián Gutiérrez 2016-01-17 14:35:43 +0100
  • 03391e9630 Removed old access denied exception Alex Bilbie 2016-01-17 12:58:15 +0000
  • 7242a8db31 Added access denied exception Alex Bilbie 2016-01-17 12:58:00 +0000
  • f44b618531 Docblock tidy Alex Bilbie 2016-01-17 12:57:50 +0000
  • 9e4fd82763 Rewrote RefreshTokenGrant to understand encrypted tokens Alex Bilbie 2016-01-17 12:56:52 +0000
  • 0744d8e926 Tidy up Alex Bilbie 2016-01-17 12:43:20 +0000
  • 3efe7b3c0a Merge pull request #424 from juliangut/grants_abstract Alex Bilbie 2016-01-17 12:18:53 +0000
  • 44ff8692dc abstract common grants tasks Julián Gutiérrez 2016-01-17 00:41:55 +0100
  • 6108c06e34 Updated examples/composer.lock Alex Bilbie 2016-01-15 18:43:02 +0000
  • dce1620f60 Removed unused imports Alex Bilbie 2016-01-15 18:37:46 +0000
  • bcd84320da Updated docblocks Alex Bilbie 2016-01-15 18:37:26 +0000
  • a40374e6ec Merge branch 'V5-WIP' of github.com:thephpleague/oauth2-server into V5-WIP Alex Bilbie 2016-01-15 18:36:38 +0000
  • 748ae15376 Updated docblock Alex Bilbie 2016-01-15 18:36:34 +0000
  • 7811721d28 Merge pull request #421 from juliangut/deferred_creation Alex Bilbie 2016-01-15 18:35:49 +0000
  • c5e5ae5555 Merge pull request #423 from hannesvdvreken/patch-1 Alex Bilbie 2016-01-15 18:34:15 +0000
  • 8f724bb720 Fix immutability issues Alex Bilbie 2016-01-15 18:32:53 +0000
  • e9f8e7ac19 Merge pull request #422 from juliangut/middleware Alex Bilbie 2016-01-15 18:30:53 +0000
  • c4830608a2 Fix markdown syntax Hannes Van De Vreken 2016-01-15 16:08:10 +0100
  • 65d981ad32 allow middleware use Julián Gutiérrez 2016-01-15 14:02:47 +0100
  • 3de1b5917a deferred default objects creation Julián Gutiérrez 2016-01-15 12:41:48 +0100
  • 0fbe447862 Removed old exceptions Alex Bilbie 2016-01-15 00:17:13 +0000
  • 84a9802a67 Removed ServerAwareTrait Alex Bilbie 2016-01-15 00:14:41 +0000
  • f7b3c018c5 Removed old authorization server Alex Bilbie 2016-01-15 00:05:59 +0000
  • a88c30cb53 Added invalid refresh token exception Alex Bilbie 2016-01-14 23:47:49 +0000
  • 5e6f0fc6a3 Code tidy Alex Bilbie 2016-01-14 23:47:41 +0000
  • b57b497cb7 Revoke both refresh token and access token Alex Bilbie 2016-01-14 23:47:19 +0000
  • 0b061e3086 Refresh token is encrypted payload now instead of JWT Alex Bilbie 2016-01-14 23:47:06 +0000
  • 304ea2baf4 Encrypt refresh token parameters instead of using JWT Alex Bilbie 2016-01-14 23:46:24 +0000
  • 56060b2c16 Code tidy Alex Bilbie 2016-01-14 23:45:36 +0000
  • 633746b02e Added KeyCrypt class Alex Bilbie 2016-01-14 23:44:39 +0000
  • 94b221c8a1 Updated examples Alex Bilbie 2016-01-13 00:47:41 +0000
  • 20ad5d251c Updated link to OAuth 2 spec Alex Bilbie 2016-01-13 00:47:27 +0000
  • e95a228128 Added code of conduct Alex Bilbie 2016-01-13 00:46:18 +0000
  • dc2919710c Updated README Alex Bilbie 2016-01-13 00:46:08 +0000
  • 936b8f93ec Addititonal refresh token validation Alex Bilbie 2016-01-13 00:38:23 +0000
  • c1d15aa15c Uset sub instead of uid Alex Bilbie 2016-01-13 00:38:08 +0000
  • 70e9d7b699 Updated examples Alex Bilbie 2016-01-13 00:28:52 +0000
  • 79791e5848 Code tidy Alex Bilbie 2016-01-13 00:13:29 +0000
  • 0efa7cd7ea Set the uid on the refresh token Alex Bilbie 2016-01-13 00:13:16 +0000
  • eef5cf39d4 Fixes to refresh grant Alex Bilbie 2016-01-13 00:12:10 +0000
  • 6fb3fb5110 Updated refresh token grant Alex Bilbie 2016-01-12 23:53:03 +0000
  • a2bbb17483 Updated repository method names Alex Bilbie 2016-01-12 23:52:08 +0000
  • 3135f1796e Generate a refresh token in password grant Alex Bilbie 2016-01-12 23:05:19 +0000
  • d565665ccb Code tidy Alex Bilbie 2016-01-12 23:05:07 +0000
  • 13a1ea6db8 Updated token interface to drop owner concept for simple user identifier Alex Bilbie 2016-01-12 23:04:33 +0000
  • 6358be90c2 Token is now linked to a user identifier instead of owner concept Alex Bilbie 2016-01-12 23:04:03 +0000
  • de89a6bc89 Code tidy Alex Bilbie 2016-01-12 23:03:38 +0000