diff --git a/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/AbstractService.php b/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/AbstractService.php index e5c5878..8c1eb65 100644 --- a/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/AbstractService.php +++ b/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/AbstractService.php @@ -42,7 +42,7 @@ public function __construct( TokenStorageInterface $storage, $scopes = [], ?UriInterface $baseApiUri = null, - $stateParameterInAutUrl = false, + $stateParameterInAutUrl = true, $apiVersion = '' ) { parent::__construct($credentials, $httpClient, $storage);