-
Hey i set everything as you described, i think.
///php code
require "vendor/autoload.php";
$authProvider = new \RevolutPHP\Auth\Provider([
'clientId' => 'BLABLABLAmyid', // As shown …
-
**What version number you are using?**
3.11.01 Alpha 5 but same problem with all versions since the expansion laucnh
**What game client are you playing? Retail, Wrath, Classic / Live, PTR, Beta**
…
-
\vendor\league\oauth2-client\src\Provider\AbstractProvider.php
$oauthClient->getAccessToken('authorization_code', [
'code' => $authCode,
]);
After c…
-
composer install --no-dev --no-interaction --prefer-dist --optimize-autoloader
Actual Exception:
Interface "Spatie\Ignition\Contracts\ProvidesSolution" not found
`app/Services/Helpers/Ass…
-
### Prerequisites
- macOS 12 or higher
- League of Legends installed
### Setup tools
- Install **git**, **node** and **make** via brew
- Run `npm install -g pnpm@8` to install **pnpm** v8
…
-
Class Dilab\OAuth2\Client\Provider\Envato contains 6 abstract methods and must therefore be declared abstract or implement the remaining methods (League\OAuth2\Client\Provider\AbstractProvider::getBas…
-
I wanted to know if you've thought of a solution to this because people could get bans super easily when they just want to use the league of legends client api, it seems to me that pengu uses dll inje…
-
Bundle setup docs https://github.com/thephpleague/oauth2-server-bundle/blob/58d4b11a5f75dd049d613871e6a3a3a367cbd976/docs/basic-setup.md does not say anything about setting a user provider for a firew…
ghost updated
2 weeks ago
-
**Bug Description**
Whne I start rift explorer it asks me to restart ym client. I do just that with the pop-up, however this crashes the league client during the restart.
**Problem Description**…
-
A fatal error is thrown for the following case:
1. The concrete class _League\OAuth2\Client\Token\AccessToken_ is extended by a custom provider. Lets call this 'CustomAccessToken'
2. The custom …