slim-oauth2-http
slim-oauth2-http copied to clipboard
Bridge components for slim and oauth2 http messages.
@chadicus Can you explain what is this: https://github.com/chadicus/slim-oauth2-http/blob/master/tests/RequestBridgeTest.php#L138-L141 maybe you mistaken and they should be set not from headers but server params like in original implementation here: https://github.com/bshaffer/oauth2-server-php/blob/develop/src/OAuth2/Request.php#L166-L167 also maybe...
Adds test. implementation a bit different from this https://github.com/bshaffer/oauth2-server-php/blob/29afbc04bf6d0df9f5bd84a394edbc87e6c2498f/src/OAuth2/Request.php#L67 does not do magic as in `getHeadersFromServer` method #### What does this PR do? Shows problem