Brent Shaffer
Brent Shaffer
The test framework should support supplying a Refresh Token in an environment variable, which can be used to run all of the User-Auth tests. Currently, user-auth tests require the user...
All the classes in [`google/apiclient-services`](https://github.com/google/google-api-php-client-services) are dependent on `Google_Model`, `Google_Service`, and `Google_Collection`. These classes are not required directly by any classes in *this* repository. Proper separation of concerns dictates these...
from @jgoux > Hello, > I want to implement the User credentials grant with your library (which is excellent :D) > I have an issue with the constraints set on...
According to an email I received, `CGIPassAuth on` needs to be set in `nginx.conf` for NGINX php-fpm in order for the `PHP_AUTH_USER ` and `PHP_AUTH_PASS` environment variables to be populated....
show how `UserCredentials` and `AuthorizationCode` grant types can be used without `client_secret` for Public Clients
from https://github.com/bshaffer/oauth2-server-php/issues/231 I've just upgraded from an older version of this library to the latest on my server. Most everything seems to be working fine, however, I cannot seem to...
Document OpenID Connect integration
See the [Wordpress OAuth2 Plugin](https://wordpress.org/plugins/oauth2-provider/) and add it to the cookbook, specifically the [Wordpressdb Storage Adapter](https://github.com/justingreerbbi/wordpress-oauth-server/blob/master/library/OAuth2/Storage/Wordpressdb.php)
see https://github.com/bshaffer/oauth2-server-php/pull/460 We need to rename the claims in the docs to be consistent with the latest version of the library: http://bshaffer.github.io/oauth2-server-php-docs/overview/jwt-access-tokens/
see https://github.com/bshaffer/oauth2-server-php/issues/317: > The docs specify that you should base64_decode the signature before passing it to openssl_verify. > This will fail because the signature is not base64 encoded, it is...