Skip to content

Commit a9e53ed

Browse files
authored
fix: use PKCE for deviantART (#1445)
1 parent b385b91 commit a9e53ed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Provider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ class Provider extends AbstractProvider
1212

1313
protected $scopes = ['basic'];
1414

15+
protected $usesPKCE = true;
16+
1517
protected function getAuthUrl($state): string
1618
{
1719
return $this->buildAuthUrlFromBase('https://www.deviantart.com/oauth2/authorize', $state);

0 commit comments

Comments
 (0)