Brent Shaffer
Brent Shaffer
I think in general the grant types page needs a TON of work. I wouldn't mind having a table of contents, and each grant type having a more detailed description...
You're a rockstar!
This diagram seems pretty difficult to understand to me, and I understand the spec pretty well. I would rather see per-grant-type flow diagrams.
Hi @WinterSilence ! Thanks for filing this issue. I am a little confused about what your ask is (there are quite a few changes being proposed here). Is the request...
The documentation has always been wrong here ([new link](http://bshaffer.github.io/oauth2-server-php-docs/controllers/authorize/)).
I haven't done this, but it shouldn't be too difficult. Have you looked at [the demo](https://github.com/bshaffer/oauth2-demo-php) in Silex? Much of it should translate to a similar PHP microframework like Slim.
I see, so the change implemented in the issue above just needs to be implemented for `oauth_clients:redirect_uri` as well. Easy enough! Thank you for finding this.
Hello! I have you tried the following? ```php $googleGoal->urlDestinationDetails = Google_Model::NULL_VALUE; ```
Hello. This is probably working as designed. Do you think it should return string because the parameter type in phpdoc is `string` instead of `string|null`? Because this may be an...
@pkruithof as mentioned, this is an issue in protobuf, and should be handled over there. I filed this issue to hopefully track it: https://github.com/protocolbuffers/protobuf/issues/13428 Have you tried using the [protobuf...