We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b385b91 commit a9e53edCopy full SHA for a9e53ed
1 file changed
Provider.php
@@ -12,6 +12,8 @@ class Provider extends AbstractProvider
12
13
protected $scopes = ['basic'];
14
15
+ protected $usesPKCE = true;
16
+
17
protected function getAuthUrl($state): string
18
{
19
return $this->buildAuthUrlFromBase('https://www.deviantart.com/oauth2/authorize', $state);
0 commit comments