PHP-OAuth2 icon indicating copy to clipboard operation
PHP-OAuth2 copied to clipboard

Light PHP wrapper for the OAuth 2.0 protocol (based on OAuth 2.0 Authorization Protocol draft-ietf-oauth-v2-15)

Results 31 PHP-OAuth2 issues
Sort by recently updated
recently updated
newest added

I have made the setup for php-oauth2 with wordpress. But it get expires after some days. I want to stay it permanent or use the refresh token to renew the...

Hello Can anyone please share the syntax for using the fetch call with a bearer token? Thanks

If params are passed as JSON (instead of array), check and see if the access token is part of the JSON. If it is, do not throw the "You need...

i think it should be "README.md"

I got code for php oauth2 from here https://github.com/adoy/PHP-OAuth2 I have created the test.php but when executing the script i got this error . http://172.16.1.26/test2/test.php?code=wxsthleqgbwwxs8iqeydmiuy4q2g2zygyjt1lt9m Array ( [result] => You...

Hi, I'm proposing this to avoid namespace conflicts when having multiple libraries dealing with OAuth2 and both have - let's admit it - pretty silly general `OAuth2` namespace, which bears...

Recently updated my project through composer and OAuth2 started failing when requesting the access token. Here's the code: $tokeninfo = $client->getAccessToken($this->BASE_URL . $this->TOKEN_URL, 'authorization_code', array('code' => $code,'redirect_uri' => SITE_URL ....

I see this code referenced here.. https://wlcdesigns.com/2016/02/login-ios-wordpress-oauth2/ How do I install this plugin in wordpress ?

Hi, In this closed issue (https://github.com/adoy/PHP-OAuth2/issues/6) I see that it is possible to post JSON data. I can't seem to get it to work. I'm not a PHP expert so...

request body for post data is not working