PHPoAuthLib icon indicating copy to clipboard operation
PHPoAuthLib copied to clipboard

PHP 5.3+ oAuth 1/2 Client Library

Results 107 PHPoAuthLib issues
Sort by recently updated
recently updated
newest added

Hi There were some fixes that makes this lib working with PHP8(#575). PHP7.4 is near it is EOL. Could we get new release of this awesome lib to use it...

Many providers in the example page are not working. For example: [http://localhost:8000/provider/twitter.php](http://localhost:8000/provider/twitter.php) The following warnings/errors are outputted: `Warning: require_once([MY_DIR]\PHPoAuthLib\examples\provider/bootstrap.php): failed to open stream: No such file or directory in[MY_DIR]\PHPoAuthLib\examples\provider\twitter.php on...

Hi owner, Some API integration does not support HMAC-SHA1 anymore, is it possible to adding support HMAC-SHA256 hash? lusitanian/oauth/src/OAuth/OAuth1/Service/AbstractService.php:277

Otherwise, after serialize/deserialize the AbstractToken is incorrectly determined to be expired when making an authentication request (ExpiredTokenException is thrown because endOfLife is null). It looks like this was introduced by...

[This change](https://github.com/Lusitanian/PHPoAuthLib/pull/581/commits/f08a062d5abe903a4092bcf92f855f6e2e7b676a) implements a `__sleep()` method but as a result, anything other than the `accessToken` is not serialised. This means data such as the token lifetime or any extra params...

Will there be a stable release anytime soon? Or should I stick to using `dev-master` if I need the latest updates being pushed to this library? The reason being this...

bug
discussion

Hi, It would be good to have Open ID Connect support in this library. For e.g.: It would help with using Microsoft Azure AD's latest libraries. Thanks,

Any plans for Discord and Steam support? I don't see them in the services

new services

update example for version 2.0