+35
-2
lib/bskyProvider.php
+35
-2
lib/bskyProvider.php
······class BskyProvider extends OAuth2Provider implements \chillerlan\OAuth\Core\PAR, \chillerlan\OAuth\Core\PKCE {···
······class BskyProvider extends OAuth2Provider implements \chillerlan\OAuth\Core\PAR, \chillerlan\OAuth\Core\PKCE {···+throw new ProviderException(sprintf('PAR error: "%s" (%s)', $json['error'], $json['error_description']));+throw new ProviderException(sprintf('PAR request error: (HTTP/%s)', $status)); // @codeCoverageIgnore+$url = QueryUtil::merge($this->authorizationURL, $this->getParAuthorizationURLRequestParams($json));