Skip to content

Commit 4008684

Browse files
authored
Update PhutilMediaWikiAuthAdapter.php
1 parent a1b0993 commit 4008684

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/oauth/PhutilMediaWikiAuthAdapter.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ protected function getTokenBaseURI() {
8181
return $this->getMediaWikiURI('rest.php/oauth2/access_token');
8282
}
8383

84+
public function getScope() {
85+
return '';
86+
}
87+
8488
public function getExtraAuthenticateParameters() {
8589
return array(
8690
'response_type' => 'code',

0 commit comments

Comments
 (0)