mirror of
https://github.com/friendica/friendica
synced 2025-04-24 08:30:11 +00:00
oauthapi: authorize app
This commit is contained in:
parent
b06588ffa1
commit
ff7fc68382
5 changed files with 125 additions and 8 deletions
|
@ -101,6 +101,7 @@ class FKOAuth1 extends OAuthServer {
|
|||
function __construct() {
|
||||
parent::__construct(new FKOAuthDataStore());
|
||||
$this->add_signature_method(new OAuthSignatureMethod_PLAINTEXT());
|
||||
$this->add_signature_method(new OAuthSignatureMethod_HMAC_SHA1());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue