zf-fr / zfr-oauth2-server

PHP library for creating an OAuth 2 server (currently proof of concept)
BSD 3-Clause "New" or "Revised" License
36 stars 13 forks source link

`client_id` is assumed to be an POST variable #47

Closed basz closed 8 years ago

basz commented 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...

/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

basz commented 8 years ago

nv got it