Closed basz closed 8 years ago
on #44 Endpoint\AuthorizationRequestMiddleware
client_id is assumed to be an POST variable but I am unsure that is always a correct assumption...
client_id
/oauth/authorize?response_type=code&client_id=9e1b9c20-d897-4392-b4be-5c8b421dbac8&redirect_uri=https://ww.example.com
https://github.com/basz/zfr-oauth2-server/blob/refactoring-middleware/src/AuthorizationServer.php#L347
nv got it
on #44 Endpoint\AuthorizationRequestMiddleware
client_id
is assumed to be an POST variable but I am unsure that is always a correct assumption.../oauth/authorize?response_type=code&client_id=9e1b9c20-d897-4392-b4be-5c8b421dbac8&redirect_uri=https://ww.example.com
https://github.com/basz/zfr-oauth2-server/blob/refactoring-middleware/src/AuthorizationServer.php#L347