Commit Graph

  • 696c78de58 Add toggle to disable key permissions check David Hancock 2017-11-28 09:03:40 +0000
  • a53e753b1a
    Merge pull request #818 from imanghafoori1/master Andrew Millington 2017-11-23 22:42:26 +0000
  • f88961eddd
    flatten code Iman 2017-11-23 21:26:39 +0330
  • 8c93fd74c9
    Merge pull request #573 from ismailbaskin/master Andrew Millington 2017-11-19 20:57:27 +0000
  • 2765481b9f
    Handle no scope hint Andrew Millington 2017-11-18 18:47:38 +0000
  • 9273936009 Fix bug where not specifying the bad scope Andrew Millington 2017-11-18 18:46:03 +0000
  • 5f4ec6a154
    Merge pull request #811 from Sephster/master Andrew Millington 2017-11-16 19:27:41 +0000
  • b50c7622db Add in validation for authorization requests. Sephster 2017-11-14 00:12:04 +0000
  • dc9c1a1023 Remove blank line to keep code consistent Sephster 2017-11-13 23:59:55 +0000
  • 6e6baf5b75 Remove abstract authorize grant use Sephster 2017-11-13 23:57:24 +0000
  • 7878cf9c13
    Merge remote-tracking branch 'upstream/master' Sephster 2017-11-13 23:52:36 +0000
  • 1bcee9aaba Add a test for a missing scope for the password grant Sephster 2017-11-13 23:16:30 +0000
  • 1e3a84fc85 Add a test to ensure response requests fail without a scope specified Sephster 2017-11-13 23:00:27 +0000
  • a5c5929dc9 Change default scope to be basic Sephster 2017-11-13 22:34:12 +0000
  • c6bf2e1df0 Remove unnecessary white spaces Sephster 2017-11-13 22:31:50 +0000
  • eb645063c7 Reverted the abstract authorise grant to its previous state Sephster 2017-11-13 22:25:31 +0000
  • 65789e0f39 Fix tests to support default scopes for authorization requests Sephster 2017-11-13 22:20:42 +0000
  • 512d4898e2 Revert previous change Sephster 2017-11-13 22:20:16 +0000
  • c895885700 Modify grants so only auth requests use default scopes Sephster 2017-11-13 22:19:44 +0000
  • 661a0994c6
    Merge pull request #810 from gabriel-caruso/phpunit Andrew Millington 2017-11-08 20:03:08 +0000
  • 3871aee48c Bump PHPUnit version for compatibility Gabriel Caruso 2017-11-08 16:20:31 -0200
  • 04f3d39b45 Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase Gabriel Caruso 2017-11-08 16:07:07 -0200
  • 6bb416ce78
    Merge pull request #678 from pcambra/add-zend-diactoros-example Andrew Millington 2017-11-07 16:27:26 +0000
  • ce8248c10f Remove erroneous character Andrew Millington 2017-11-06 22:56:54 +0000
  • 13be557825 Re-add the complete testCompleteAuthorizationRequestNoUser() Andrew Millington 2017-11-06 22:51:11 +0000
  • 0f08063864 Fixed use of default scope so it is only for authorization requests Andrew Millington 2017-11-06 22:33:28 +0000
  • cc6eb63dd8 Remove default scope from the Refresh Token Grant Andrew Millington 2017-11-06 21:23:52 +0000
  • 093c7755fa Remove default scope from the Password Grant Andrew Millington 2017-11-06 21:23:14 +0000
  • 82b81c7f6f Remove setDefaultScope function from the grant interface Andrew Millington 2017-11-06 21:22:09 +0000
  • 9cd86a9154 Remove default scope for the ClientCredentialsGrant Andrew Millington 2017-11-06 21:21:14 +0000
  • 42ea0de9fb Add default scope to the AbstractAuthorizeGrant Andrew Millington 2017-11-06 21:19:38 +0000
  • ab760a805c Remove default scope from abstract grant Andrew Millington 2017-11-06 21:19:07 +0000
  • 34cb0ba759
    Merge branch 'master' into add-zend-diactoros-example Andrew Millington 2017-11-05 14:39:01 +0000
  • ac48653bb5
    Merge pull request #797 from thephpleague/Update-Readme Andrew Millington 2017-11-05 11:52:28 +0000
  • bd2cdaf5da Change missing scope test to check for invalid_scope exception Andrew Millington 2017-10-31 23:01:19 +0000
  • 4806eda45a Change to throw invalid scope instead of missing scope exception Andrew Millington 2017-10-31 22:59:01 +0000
  • b2fe909a71 Removed the missing scope exception as should be using invalid_scope Andrew Millington 2017-10-31 22:58:07 +0000
  • d0619385b8 Add a basic test to ensure we throw an exception when no scope is given Andrew Millington 2017-10-31 21:00:14 +0000
  • f79d3f27cf Incorporate https://github.com/thephpleague/oauth2-server/pull/731. Thanks. Now can handle cr/lf, cr, and lf endings. And on php5 large keys as well. Ron Arts 2017-10-31 10:14:46 +0100
  • 3828f87b19 Fix tests as no longer set the default scope in the constructor Andrew Millington 2017-10-30 23:48:02 +0000
  • a49f6ff80d Remove setting default scope in the constructor Andrew Millington 2017-10-30 23:36:19 +0000
  • 1161ceda0d Fix the authorization server middleware test Andrew Millington 2017-10-30 23:26:49 +0000
  • f9143b5163 Fix the refresh token grant test Andrew Millington 2017-10-30 23:26:11 +0000
  • 90fec63104 Setup the public.key.crlf with the proper permissions Ron Arts 2017-10-30 16:41:10 +0100
  • 4563685375 Also accept an RSA key with crlf Ron Arts 2017-10-30 16:21:17 +0100
  • cc98b5ec16
    Merge pull request #801 from lucasantarella/master Alex Bilbie 2017-10-28 18:35:22 +0700
  • 4d77aee4a9
    Added a reference to myself§ Alex Bilbie 2017-10-28 18:29:55 +0700
  • b6b0e7c944
    Merge remote-tracking branch 'origin/master' Luca Santarella 2017-10-25 18:34:02 -0400
  • a4fc05c31e
    Fixed indentation in comment to match code style Luca Santarella 2017-10-25 18:33:26 -0400
  • 606f69e6cd
    Fixed indentation in comment to match code style Luca Santarella 2017-10-25 18:33:26 -0400
  • 825017f27e
    Ability to specify query delimiter, such as ? instead of the hard-coded # Luca Santarella 2017-10-25 18:30:17 -0400
  • 37645f3244 Merge pull request #796 from thephpleague/analysis-8mEDjY Colin O'Dell 2017-10-23 15:44:37 -0400
  • 23c7138d48 Apply fixes from StyleCI Brian Retterer 2017-10-23 15:26:10 +0000
  • 63c2c21ee6
    Update readme file to bring in Andy, Brian, and Simon Brian Retterer 2017-10-23 11:26:21 -0400
  • 63861704b6 Merge pull request #749 from dmelo/issue-748 Andrew Millington 2017-10-20 18:28:18 +0100
  • 203be5ca20 Revert comparison order, as suggested by @Sephster Diogo Oliveira de Melo 2017-10-20 09:23:36 -0200
  • 24f29b6382 Fix more tests to support default scope setting Andrew Millington 2017-10-19 22:37:19 +0100
  • 8c788e9fc8 Update tests so they don't trigger missing or invalid scope exceptions Andrew Millington 2017-10-18 22:11:13 +0100
  • 4d28eadf93 Update tests so they don't trigger missing or invalid scope exceptions Andrew Millington 2017-10-18 22:11:02 +0100
  • 5a28fb8af4 Set a default scope for the authorization server Andrew Millington 2017-10-18 22:09:53 +0100
  • c996b66528 Add means to set default scopes for grants Andrew Millington 2017-10-18 22:08:41 +0100
  • c70451abd5 Add an exception for a missing scope Andrew Millington 2017-10-18 22:08:11 +0100
  • e7ee483d11 Changed function comment to reflect we are setting the public, instead of private key Andrew Millington 2017-10-13 23:02:29 +0100
  • 5b223a9501 Update README.md Alex Bilbie 2017-10-11 10:33:10 +0100
  • 4270f5bac1 Merge branch 'master' of github.com:erickjth/oauth2-server into fix-pkce-implementation Erick Torres 2017-09-07 17:24:48 -0500
  • 3b58ab1df2 Merge pull request #724 from davedevelopment/change-token-type-case Alex Bilbie 2017-08-11 08:16:08 +0100
  • 925776958f Updated changelog 6.0.2 Alex Bilbie 2017-08-03 16:09:23 +0100
  • c86c7dde70 Fix #759 Alex Bilbie 2017-08-03 16:07:11 +0100
  • e184691ded Merge pull request #776 from yannickl88/fix/perm-key-check Alex Bilbie 2017-08-03 16:04:08 +0100
  • b2648218f1 Merge pull request #777 from hhamon/hhamon-patch-1 Alex Bilbie 2017-08-03 16:03:48 +0100
  • 2aca909d20 Removed chmod from CryptKey and add toggle to disable checking Yannick de Lange 2017-08-01 14:59:21 +0200
  • 79038ced78 [BC Break] Fixes invalid code challenge method payload key name Hugo Hamon 2017-08-02 17:55:11 +0200
  • 7c2218fdcc Merge pull request #773 from kumy/issue-772 Alex Bilbie 2017-07-30 08:32:30 +0100
  • 935fff8308 Merge pull request #770 from benito103e/master Alex Bilbie 2017-07-30 08:31:50 +0100
  • 0f1ddaaacf
    Fix #772 - PR should be based on master branch Mathieu Alorent 2017-07-29 17:41:44 +0200
  • ecc07abb33 Updated PHPDoc about the unicity violation exception throwing Benjamin Dieleman 2017-07-27 17:27:36 +0200
  • a1b8d87b47 Updated changelog 6.0.1 Alex Bilbie 2017-07-19 07:58:56 +0100
  • 80fc8e654b Trigger E_USER_NOTICE instead of throwing an exception if key cannot be chmod to 600 Alex Bilbie 2017-07-19 07:57:47 +0100
  • 82da594244 Fix #761 Alex Bilbie 2017-07-14 16:09:36 +0100
  • 8e5df6d628 Updated changelog 5.1.5 Alex Bilbie 2017-07-11 07:31:36 +0100
  • 295e90c27d Trigger an E_USER_DEPRECATED notice instead of an error Alex Bilbie 2017-07-11 07:31:30 +0100
  • 788ccb8605 Trigger E_USER_NOTICE instead of throwing an exception if key cannot be chmod to 600 Alex Bilbie 2017-07-11 07:30:39 +0100
  • 88ccb6ff13 Fix codeVerifier check. Keep code style. Erick Torres 2017-07-07 12:35:42 -0500
  • e2f9b73df3 Fix broken tests Erick Torres 2017-07-07 12:19:11 -0500
  • fbb3586cae Merge branch 'master' of github.com:erickjth/oauth2-server into fix-pkce-implementation Erick Torres 2017-07-07 12:06:32 -0500
  • 3f18db1a00 Merge pull request #741 from Fh-jashmore/gh-pages Alex Bilbie 2017-07-07 16:53:39 +0100
  • 317f46b7ae Merge pull request #754 from Lctrs/fix/missing-sprintf Alex Bilbie 2017-07-07 16:50:08 +0100
  • 88bf8b2367 Fix missing sprintf Jérôme Parmentier 2017-07-03 20:28:28 +0200
  • 544efa2da3 Fixes Alex Bilbie 2017-07-02 19:03:09 +0100
  • daebacf9cb Added upgrade guide Alex Bilbie 2017-07-02 19:01:28 +0100
  • 823df7fc8c Added “Generating encryption keys” section to installation page Alex Bilbie 2017-07-02 18:58:35 +0100
  • cbb56e041a Updated examples Alex Bilbie 2017-07-02 18:52:06 +0100
  • bffee04b44 Added security improvements to menu Alex Bilbie 2017-07-02 18:46:11 +0100
  • 315d079033 Added link to security release information page Alex Bilbie 2017-07-02 18:44:55 +0100
  • 71b07b093a Updated page title Alex Bilbie 2017-07-02 18:42:27 +0100
  • ea58f7d1cd Create v5-security-improvements.md Alex Bilbie 2017-07-02 18:41:38 +0100
  • 2824f7d27e Fixed examples 6.0.0 Alex Bilbie 2017-07-01 18:46:48 +0100
  • 0a6a4deca6 5.1.4 not 5.1.14 Alex Bilbie 2017-07-01 18:38:35 +0100
  • 26889abdd3 5.1.4 not 5.1.14 5.1.4 Alex Bilbie 2017-07-01 18:37:54 +0100
  • 0f19a6f41c Removed HHVM from .travis.yml Alex Bilbie 2017-07-01 18:34:53 +0100