Commit Graph

  • ad270f7d9d Redirect either with query string parameters or fragment parameters Alex Bilbie 2016-02-22 07:58:44 +00:00
  • a1bdaae9a9 Access token can now return a JWT from itself Alex Bilbie 2016-02-22 07:58:25 +00:00
  • e08669d50c Doc improvements Alex Bilbie 2016-02-22 07:58:12 +00:00
  • d02437dd73 Improved testing Alex Bilbie 2016-02-21 18:13:39 +00:00
  • cee4147688 PHP 5.5 doesn't support phpunit 5 Alex Bilbie 2016-02-21 17:11:58 +00:00
  • eedcfe115c Bug fixes Alex Bilbie 2016-02-21 17:09:12 +00:00
  • f06adb38cd Require dev league/plates Alex Bilbie 2016-02-21 17:09:04 +00:00
  • 9675dff220 Added AuthCodeGrant tests Alex Bilbie 2016-02-21 17:08:57 +00:00
  • 2488cbd55d Bug fixes Alex Bilbie 2016-02-21 17:08:49 +00:00
  • 27d4441d1d Updated to phpunit 5 Alex Bilbie 2016-02-21 16:40:29 +00:00
  • bc82f5badd Improved RefreshTokenGrant tests Alex Bilbie 2016-02-21 16:40:16 +00:00
  • 7f539f8736 Removed unused exception parameters Alex Bilbie 2016-02-21 16:40:01 +00:00
  • a4b65241ad Updated PasswordGrant test Alex Bilbie 2016-02-21 16:09:39 +00:00
  • 8b601d79b9 First commit of AuthCodeGrant test Alex Bilbie 2016-02-21 14:32:27 +00:00
  • d0878300d0 Bug fix for AuthCodeGrant Alex Bilbie 2016-02-21 14:32:16 +00:00
  • 97c138bb0b Removed unused SecureKey class Alex Bilbie 2016-02-20 10:05:15 +00:00
  • 937d425e4c Merge pull request #451 from thephpleague/analysis-XlKgE9 Alex Bilbie 2016-02-19 23:10:14 +00:00
  • ff5ea52ccd Merge pull request #450 from thephpleague/styleCI Alex Bilbie 2016-02-19 23:10:00 +00:00
  • a2460886f6 Applied fixes from StyleCI Alex Bilbie 2016-02-19 18:09:39 -05:00
  • 65bcc97fc3 Create .styleci.yml Alex Bilbie 2016-02-19 23:08:32 +00:00
  • 60c45ab8fe Merge pull request #447 from juliangut/move_identifier_generation Alex Bilbie 2016-02-18 18:27:08 +00:00
  • a644eacea7 Merge branch 'V5-WIP' into move_identifier_generation Julián Gutiérrez 2016-02-18 18:14:59 +01:00
  • 13baa0bb26 Updated tests Alex Bilbie 2016-02-18 12:07:50 +00:00
  • e8a01c3bcd Fix for logic Alex Bilbie 2016-02-18 12:07:36 +00:00
  • 064eb85f4e AbstractGrant now handles persisting tokens Alex Bilbie 2016-02-18 12:07:23 +00:00
  • ad5b242d10 Updated AbstractGrantTest Alex Bilbie 2016-02-18 11:36:20 +00:00
  • 704e114568 Updated AuthCodeGrant Alex Bilbie 2016-02-18 10:49:39 +00:00
  • 73cd377c4b Added client credentials grant test Alex Bilbie 2016-02-18 10:49:13 +00:00
  • 3b36ae9000 Rewrote validateClient method to progressively test client secret and redirect URI Alex Bilbie 2016-02-18 10:49:05 +00:00
  • 7f67000d53 Provided implementation of new client entity methods Alex Bilbie 2016-02-18 10:48:23 +00:00
  • de000b72a4 Updated ClientEntityInterface with additional methods Alex Bilbie 2016-02-18 10:48:12 +00:00
  • e808528cc8 Added test stubs Alex Bilbie 2016-02-18 10:47:59 +00:00
  • fb77a78fb3 Added Password Grant test Alex Bilbie 2016-02-18 10:47:52 +00:00
  • 0d8cb0d06f Fixes for RefreshTokenGrant Alex Bilbie 2016-02-18 10:47:30 +00:00
  • fc53d636f5 Updated getClientEntity now just requires the client ID and the grant type Alex Bilbie 2016-02-18 10:47:06 +00:00
  • dbcaaa1f35 rename determineAccessTokenInHeader Julián Gutiérrez 2016-02-13 14:38:23 +01:00
  • 5d6634aa9f Merge branch 'V5-WIP' into move_identifier_generation Julián Gutiérrez 2016-02-13 14:11:38 +01:00
  • 099c9ce41b move token identifier generation Julián Gutiérrez 2016-02-13 14:07:09 +01:00
  • 186853390a Updated phpunit.xml.dist Alex Bilbie 2016-02-12 18:08:35 +00:00
  • 335630f150 Added code coverage ignore docblocks Alex Bilbie 2016-02-12 18:08:27 +00:00
  • de13e14cdd Added test/Utils Alex Bilbie 2016-02-12 18:08:13 +00:00
  • 2bd45f2a6b unify examples Julián Gutiérrez 2016-02-12 19:06:31 +01:00
  • e20c529f39 Added isExpired method to refresh token Alex Bilbie 2016-02-12 17:53:42 +00:00
  • 08ad67e401 Updated phpunit tests Alex Bilbie 2016-02-12 17:53:07 +00:00
  • 7f2fd69d0a Removed respondsWith from interface Alex Bilbie 2016-02-12 17:52:37 +00:00
  • 29068dd84c Removed responseWith method Alex Bilbie 2016-02-12 17:51:59 +00:00
  • 174ae490fc Updated .gitignore / .gitattributes files Alex Bilbie 2016-02-12 17:51:28 +00:00
  • fa3fb36ed8 Updated .travis.yml Alex Bilbie 2016-02-12 17:51:16 +00:00
  • 21e2ccd0fb Removed codeception Alex Bilbie 2016-02-12 17:51:10 +00:00
  • aa0570c932 Ignore build folder Alex Bilbie 2016-02-12 17:46:42 +00:00
  • 9a8b7ec898 Removed old codecept tests Alex Bilbie 2016-02-12 17:46:30 +00:00
  • 1f6bb40952 correcting param access mistake Julián Gutiérrez 2016-02-12 18:45:47 +01:00
  • 2f914a0aa3 secure params access on authcode grant Julián Gutiérrez 2016-02-12 18:32:09 +01:00
  • 95e3c1d1a2 Merge branch 'V5-WIP' into secure_body_params_access Julián Gutiérrez 2016-02-12 17:10:52 +01:00
  • 64d4c4a38a Removed old tests Alex Bilbie 2016-02-12 15:44:34 +00:00
  • 655f6b9771 Merge pull request #445 from juliangut/abstract_token_validation Alex Bilbie 2016-02-12 14:31:18 +00:00
  • d95958bae4 Small fixes Alex Bilbie 2016-02-12 14:28:24 +00:00
  • 85b9412813 Multiple fixes Alex Bilbie 2016-02-12 14:18:52 +00:00
  • 1a5030200a The response may be a PSR response which is valid Alex Bilbie 2016-02-12 14:18:45 +00:00
  • 796106b6c1 Fix for non-imported namespace Alex Bilbie 2016-02-12 14:18:34 +00:00
  • 4234b69f3a Fix for method calls Alex Bilbie 2016-02-12 14:18:10 +00:00
  • 6dd4caf056 Fix for redirect_uri Alex Bilbie 2016-02-12 14:17:58 +00:00
  • f6cc8bbb42 Import namespace Alex Bilbie 2016-02-12 14:17:49 +00:00
  • 0115c41eea Numerous bug fixes Alex Bilbie 2016-02-12 13:32:58 +00:00
  • f314154216 abstract access token validation Julián Gutiérrez 2016-02-12 14:19:47 +01:00
  • 9b97778618 Removed unused dependency Alex Bilbie 2016-02-12 13:02:26 +00:00
  • 5e326d9e45 First commit of respondToAccessTokenRequest Alex Bilbie 2016-02-12 13:01:25 +00:00
  • d2760e4ec7 secure access to body params Julián Gutiérrez 2016-02-12 13:56:14 +01:00
  • 2025749fa4 Updated respondToAuthorizationRequest to use Plates templates instead of custom ResponseType Alex Bilbie 2016-02-12 11:55:41 +00:00
  • 1c913fe75e Added default basic HTML login + authorise templates Alex Bilbie 2016-02-12 11:32:09 +00:00
  • 556c9fa782 Require league/plates in the examples composer.json Alex Bilbie 2016-02-12 11:31:46 +00:00
  • c5bc63027f Suggest league/plates Alex Bilbie 2016-02-12 11:31:19 +00:00
  • ac9955b393 Removed response type interfaces for auth code login + authorize because they were a stupid idea Alex Bilbie 2016-02-12 11:30:59 +00:00
  • fccb06ed67 First commit of updated AuthCodeGrant with respondToAuthorizationRequest method completed Alex Bilbie 2016-02-12 10:01:15 +00:00
  • f29703ea24 Updated Docblock Alex Bilbie 2016-02-12 10:00:41 +00:00
  • dcc3f5d856 First commit of new ResponseTypes Alex Bilbie 2016-02-12 10:00:32 +00:00
  • 264eba9f20 Updated AuthCodeRepositoryInterface Alex Bilbie 2016-02-12 10:00:22 +00:00
  • c2c199cf98 Added issueAuthCode method Alex Bilbie 2016-02-12 10:00:10 +00:00
  • 0b6bcad9fb Added getCookieParameter method Alex Bilbie 2016-02-12 09:59:59 +00:00
  • 38a7e53cb5 Added optional redirectUri parameter to accessDenied method Alex Bilbie 2016-02-12 09:59:47 +00:00
  • f4b83baf74 Fix getClientEntity method call Alex Bilbie 2016-02-12 09:09:39 +00:00
  • 5a08a0cbe2 Merge branch 'V5-WIP' into V5-AuthCode Alex Bilbie 2016-02-12 09:06:28 +00:00
  • 7a628409db Validate client can now optionally validate secret + redirectUri, and actually validate the redirectUri Alex Bilbie 2016-02-12 09:03:35 +00:00
  • c6d806d3f7 Docblock updates Alex Bilbie 2016-02-12 09:02:33 +00:00
  • bfcf7af4d8 Added getQueryStringParameter method Alex Bilbie 2016-02-12 09:02:17 +00:00
  • d96f57d27f Got rid of mystery $identifier class property, moved it to the getIdentifier method Alex Bilbie 2016-02-12 08:33:59 +00:00
  • 95919a688e Merge pull request #436 from juliangut/minor Alex Bilbie 2016-02-12 08:32:14 +00:00
  • 8b185e0580 Merge branch 'V5-WIP' into minor_merge Julián Gutiérrez 2016-02-12 00:12:56 +01:00
  • ca776e83a2 Fix for header writing Alex Bilbie 2016-02-11 17:58:35 +00:00
  • ddf3f1b890 Merge branch 'V5-WIP' into V5-AuthCode Alex Bilbie 2016-02-11 17:50:08 +00:00
  • a40ac5d77b Minor fixes Alex Bilbie 2016-02-11 17:49:41 +00:00
  • 4bc89f3fc2 Removed unused import Alex Bilbie 2016-02-11 17:49:31 +00:00
  • 11d25eb5a1 Removed old exceptions Alex Bilbie 2016-02-11 17:49:24 +00:00
  • 770bda8f10 Merge pull request #431 from juliangut/redirectUri Alex Bilbie 2016-02-11 17:35:33 +00:00
  • 7a8c92b3d9 Merge pull request #435 from juliangut/exception_middleware Alex Bilbie 2016-02-11 17:34:31 +00:00
  • 96620c8b3b Merge pull request #437 from juliangut/refresh_ttl Alex Bilbie 2016-02-11 17:33:10 +00:00
  • 92a101f263 First commit of AuthCode rewrite Alex Bilbie 2016-02-11 17:30:01 +00:00
  • b85f81c429 configurable refresh token TTL per grant Julián Gutiérrez 2016-01-21 18:11:53 +01:00
  • 8fb64041df client secret can be null Julián Gutiérrez 2016-01-20 12:50:23 +01:00
  • 28728bbab7 Travis pushed coverage of 3ad97b4ef45757780d4aad91c1853fef2b77d43e@master to gh-pages TravisCI 2016-01-20 11:34:50 +00:00