Commit Graph

  • ec8a663a81 Added test for respondToAccessTokenRequest using Http Basic Auth for client credentials Chris Tanaskoski 2018-11-29 09:28:36 +0100
  • dc3181bbb0
    Merge pull request #977 from spideyfusion/symfony-community-integration Andrew Millington 2018-11-28 12:47:30 +0000
  • 1e3a7adb19 Add Symfony community integration to README.md Petar Obradović 2018-11-28 12:24:16 +0100
  • 6235cb2cb8
    Merge pull request #976 from krozinov/patch-1 Andrew Millington 2018-11-23 12:51:28 +0000
  • 3001895fa9
    Fix the location of public and private keys krozinov 2018-11-22 16:33:05 -0500
  • b71f382cd7
    Update changelog 7.3.2 sephster 2018-11-21 21:42:43 +0000
  • 9783388523
    Merge pull request #969 from ceeram/fix-bc-break Andrew Millington 2018-11-21 21:38:37 +0000
  • 46493c461e
    Update changelog for 7.3.2 release sephster 2018-11-21 21:29:55 +0000
  • 8b421818f2
    Add blank line to better format sephster 2018-11-21 21:26:54 +0000
  • b09154af33 Add test to prove bc break Marc Ypes 2018-11-16 12:57:37 +0100
  • f1454cde36 Fix bc breaking change Marc Ypes 2018-11-15 17:21:27 +0100
  • f2cd3646ff
    Merge pull request #970 from Sephster/interface-revert 7.3.1 Andrew Millington 2018-11-15 22:37:18 +0000
  • 7839a61170
    Update changelog sephster 2018-11-15 22:33:34 +0000
  • 443d7c485a
    Revert interface change so class can be extende sephster 2018-11-15 22:22:08 +0000
  • a61c6a318a
    Update changelog for 7.3.0 release 7.3.0 Andrew Millington 2018-11-13 20:17:20 +0000
  • eea9c30e70
    Merge pull request #967 from Sephster/password-grant-use-invalid-grant Andrew Millington 2018-11-13 18:28:09 +0000
  • a936962716
    Update changelog sephster 2018-11-13 18:27:03 +0000
  • 685dc6edea
    Update test sephster 2018-11-13 18:19:20 +0000
  • 2b4974b697
    Change to use invalid_grant sephster 2018-11-13 18:18:07 +0000
  • 94e75ba6f3
    Fix bug sephster 2018-11-13 12:56:06 +0000
  • efa8ef6fce
    Merge pull request #965 from ceeram/add-previous Andrew Millington 2018-11-13 12:44:43 +0000
  • 7982275757
    Fix docblock alignment sephster 2018-11-13 12:34:16 +0000
  • f6c1070ccc
    Add use Throwable sephster 2018-11-13 12:32:52 +0000
  • d64fb3f526
    Merge master into this branch sephster 2018-11-13 12:28:39 +0000
  • 95a9f4649d
    Merge pull request #966 from ceeram/fully_qualified_strict_types Andrew Millington 2018-11-13 11:58:31 +0000
  • 4bb5b747c1 Replace fqn with unqualified name Marc Ypes 2018-11-13 01:00:23 +0100
  • 5868996961 Add test for previous exceptions Marc Ypes 2018-11-13 00:25:22 +0100
  • 9542af627e
    Update changelog sephster 2018-11-12 19:57:35 +0000
  • 3b983ad0b4 Include previous exception in catch and throw Marc Ypes 2018-11-12 13:47:17 +0100
  • 34ec35019b
    Remove additional whitespace sephster 2018-11-08 13:10:22 +0000
  • 16f9de86f2 cleanup DateTime handline * DateTime -> DateTimeImmutable * DateTime::format('U') -> DateTime::getTimestamp() * (new DateTime())->getTimestamp() -> time() Marc Bennewitz 2018-11-08 10:41:01 +0100
  • ac818bd921
    Minor formatting adjustment Andrew Millington 2018-11-06 21:42:05 +0000
  • 73698e28d9
    Update CHANGELOG.md Andrew Millington 2018-11-06 21:38:31 +0000
  • c87be9477c
    Merge pull request #960 from marc-mabe/stateless-server Andrew Millington 2018-11-06 21:34:26 +0000
  • d288a2ad8a Make AuthorizationServer stateless Marc Bennewitz 2018-11-02 15:38:07 +0100
  • a34f5dd7db
    Merge pull request #953 from Sephster/code-tidyup Andrew Millington 2018-10-13 17:06:21 +0100
  • c0efdf0dd0
    Revert changes to throws and returns ordering sephster 2018-10-13 16:54:31 +0100
  • f96fca3b48
    Minor code tidyup sephster 2018-10-13 16:44:40 +0100
  • 20b355b025
    Re-order docblock throws sephster 2018-10-13 16:31:36 +0100
  • 793f65d3a3
    Remove unused scope entity interface sephster 2018-10-13 16:14:15 +0100
  • 322b55eddf
    Remove getScopes function and use validateScopes instead sephster 2018-10-13 16:11:44 +0100
  • 50ab9dd8ac
    Remove unused import sephster 2018-10-13 15:28:39 +0100
  • b624124d5a
    Chaneg param types to satisfy PHPStan sephster 2018-10-13 15:25:49 +0100
  • dbf2b55bc5
    Fix docblock alignment sephster 2018-10-13 15:16:50 +0100
  • b11d628e8b
    Change docblock type for sephster 2018-10-13 14:49:29 +0100
  • 0515129c9c
    Fix coding standards issues sephster 2018-10-13 14:37:36 +0100
  • 50566cdc87
    Reduce complexity of respondToAccessTokenRequest sephster 2018-10-13 14:34:35 +0100
  • b4d88995de
    Add throws tag for DateInterval exception sephster 2018-10-13 13:42:27 +0100
  • 398029be56
    Add roave security advisories sephster 2018-10-13 13:34:11 +0100
  • 30ed221481
    Add Andy to authors list sephster 2018-10-13 13:27:31 +0100
  • 939c0619d0
    Shorten variable name sephster 2018-10-13 13:22:27 +0100
  • 4042a31159
    Update composer dependency versions sephster 2018-10-13 13:17:45 +0100
  • 0bdd02cdb4
    Merge pull request #952 from Sephster/add-scope-entity-trait Andrew Millington 2018-10-13 13:14:33 +0100
  • 7bf7700645
    Update changelog sephster 2018-10-12 23:32:44 +0100
  • d76025d613
    Change example to use scope trait sephster 2018-10-12 23:23:24 +0100
  • d6792c1662
    Add scope entity trait sephster 2018-10-12 23:05:07 +0100
  • 9882f6716c
    Merge pull request #923 from christiaangoossens/fix_implicit_grant_scopes Andrew Millington 2018-09-23 18:31:53 +0100
  • 71c605117a
    Add missing word sephster 2018-09-23 18:31:26 +0100
  • 6bc6ac09d2
    Update changelog sephster 2018-09-23 18:30:14 +0100
  • fe421878e6
    Merge pull request #938 from Sephster/force-pkce-for-public-clients Andrew Millington 2018-09-21 20:50:46 +0100
  • 0c2356a508
    Fix file names for code challenge verifier tests sephster 2018-09-21 20:43:04 +0100
  • 9645119ccb
    Fix missing comma sephster 2018-09-21 20:35:04 +0100
  • da2742bea7
    Add details on client validation changes sephster 2018-09-21 20:32:47 +0100
  • efb5ce5e2a
    Update changelog sephster 2018-09-21 20:29:27 +0100
  • 1ddc27e792
    Add code challenge verifier tests sephster 2018-09-21 20:12:05 +0100
  • b7b7dda28c
    Merge pull request #945 from ezimuel/add-expressive-readme Andrew Millington 2018-09-19 11:28:31 +0100
  • ef864b5cba Added Expressive in the community integration of README Enrico Zimuel 2018-09-19 12:02:06 +0200
  • fcd6eb8a3c
    Fix variable name sephster 2018-09-18 18:01:24 +0100
  • 133d9cc97a
    Fix missing sephster 2018-09-18 17:51:11 +0100
  • 592dd2f433
    Fix typo in function name Andrew Millington 2018-09-17 20:10:26 +0100
  • 4a464dd336
    Fix coding standard issue sephster 2018-09-17 12:49:37 +0100
  • 970df8f34b
    Add code challenge verifiers sephster 2018-09-17 12:48:32 +0100
  • 6a1645aebc
    Start to add code challenge verifier interfaces sephster 2018-09-14 18:56:22 +0100
  • e3e7abf41e
    Set default isConfidential to false for client entity sephster 2018-09-03 13:09:52 +0100
  • d831868d58
    Fix getClientEntity parameters sephster 2018-09-02 16:27:31 +0100
  • 36bf4ff8f2
    Fix accidental paste of code sephster 2018-09-02 16:19:47 +0100
  • 07ebe43b91
    Change else if to elseif sephster 2018-09-02 16:17:34 +0100
  • 5d3d9d95be
    Remove extra line sephster 2018-09-02 15:46:59 +0100
  • e85a8e31e8
    Remove assignment as not needed sephster 2018-09-02 14:58:02 +0100
  • de899fbe0a
    Fix incorrect usage of isConfidential sephster 2018-09-01 15:05:12 +0100
  • 3eabbafe5b
    Client says if it is confidential instead of repository sephster 2018-09-01 14:53:27 +0100
  • cfa9b8d3b4
    Move grant check for client back to validate method sephster 2018-09-01 14:38:31 +0100
  • 060a090479
    Change tests to use validClient instead of getClientEntity sephster 2018-09-01 14:26:22 +0100
  • 46c2f99b06
    Change function name to be more explicit sephster 2018-09-01 13:17:36 +0100
  • 27b956c149
    Merge pull request #932 from JasonTheAdams/patch-1 Andrew Millington 2018-08-19 11:39:03 +0100
  • 6949a007e5
    Added docbloc to UniqueTokenIdentifierConstraintViolationException Jason Adams 2018-08-18 16:57:31 -0700
  • 74495cac49
    Set proper confidential settings in existing tests sephster 2018-08-16 12:59:10 +0100
  • fb43801458
    Change function name to setConfidential() Andrew Millington 2018-08-15 21:40:41 +0100
  • 8ab27ede39
    Add test to ensure public clients are asked to provide a code challenge sephster 2018-08-13 22:54:12 +0100
  • 0105a20126
    Reverted tests to remove isConfidential check sephster 2018-08-13 22:00:34 +0100
  • 491852b521
    Move code challenge check to auth code request sephster 2018-08-13 21:47:53 +0100
  • 7f2fd7b22c
    Add set confidential to clients for tests sephster 2018-08-13 21:21:59 +0100
  • abef682031
    Add setIsConfidential to client stub for tests Andrew Millington 2018-08-12 20:34:58 +0100
  • 04807a1e2a
    Fix incorrect variable reference Andrew Millington 2018-08-12 20:29:39 +0100
  • d07b5a4a03
    Add isConfidential function to client entity trait Andrew Millington 2018-08-12 20:26:46 +0100
  • 838f206832
    Tidy up comments Andrew Millington 2018-08-12 20:09:55 +0100
  • 972808561d
    Add optional code challenge check for public clients Andrew Millington 2018-08-12 20:06:34 +0100
  • 1177d6a3b5
    Merge pull request #927 from tegaphilip/gh-pages Andrew Millington 2018-08-02 08:58:40 +0100
  • 137833fc99 Added link to Phalcon framework integration tega 2018-08-02 09:47:54 +0200
  • 5ad00b0e33
    Remove enableCodeExchangeProof function Andrew Millington 2018-07-29 22:34:37 +0100