Giter Site home page Giter Site logo

Comments (13)

bshaffer avatar bshaffer commented on September 23, 2024

I am not sure why @F21 changed it. I must have missed it in merging an unrelated change. I apologize, I should have been closer to inspect the changes of the pull request.

from oauth2-server-php.

bshaffer avatar bshaffer commented on September 23, 2024

Fixed as a part of 757087a

from oauth2-server-php.

till avatar till commented on September 23, 2024

@bshaffer Thanks, very much! cc @dazz

from oauth2-server-php.

dazz avatar dazz commented on September 23, 2024

Thanks

from oauth2-server-php.

bshaffer avatar bshaffer commented on September 23, 2024

I will write a test to cover this. It was passing, so I merged. A bad habbit of mine :P

from oauth2-server-php.

till avatar till commented on September 23, 2024

Sounds good. Thanks again! :)

from oauth2-server-php.

F21 avatar F21 commented on September 23, 2024

Sorry for the late reply guys!

Reason I changed that was to not force the client_credentials storage because if the oauth server is to only implement the JWT grant type, the client_credentials interface does not need to be implemented.

Hope that clears things up :)

from oauth2-server-php.

till avatar till commented on September 23, 2024

@F21 In this case you should implement a null-storage of some kind. At least IMHO.

from oauth2-server-php.

F21 avatar F21 commented on September 23, 2024

@bshaffer: In that case, how about reverting 025b77a and 36b7c4c as well? Since we are forcing storages to implement client_credentials, we can use it to enforce type checking.

from oauth2-server-php.

bshaffer avatar bshaffer commented on September 23, 2024

Those changes have been re-added.

So what needs to happen here is the addition of an OAuth2_ClientAssertionType_HttpBasic class. This class will implement OAuth2_ClientAssertionTypeInterface, and take ClientCredentialStorage in the constructor, as this storage class is required for this.

This is something I've been wanting to add since the JWT functionality was added.

@F21 - shouldn't reverting those changes have caused tests to break?

from oauth2-server-php.

F21 avatar F21 commented on September 23, 2024

@bshaffer: There shouldn't be any breakage because the tests use the Memory or PDO storage drivers and they both implement the ClientCredentials interface :)

from oauth2-server-php.

bshaffer avatar bshaffer commented on September 23, 2024

That makes sense. if we create a mock of JWTStorage in the tests, however, it would fail

$storage = $this->createMock('OAuth2_Storage_JWT');

We should probably test for this. In the meantime, I'll add it to my list to create HttpBasic client assertion type.

from oauth2-server-php.

bshaffer avatar bshaffer commented on September 23, 2024

closing in favor of #57

from oauth2-server-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.