@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 I don't know something but headers `Php-Auth-User` and `Php-Auth-Pw` does not exist in https://github.com/bshaffer/oauth2-server-php. Maybe they are from slim or something?