mirror of
https://github.com/friendica/friendica
synced 2025-04-22 07:10:24 +00:00
Enable remote authentication with HTTP Signatures
This commit is contained in:
parent
d23e877b21
commit
0aab620d32
4 changed files with 66 additions and 28 deletions
|
@ -45,9 +45,6 @@ class Photo extends BaseModule
|
|||
exit;
|
||||
}
|
||||
|
||||
/// @todo Add Authentication to enable fetching of non public content
|
||||
// $requester = HTTPSignature::getSigner('', $_SERVER);
|
||||
|
||||
$customsize = 0;
|
||||
$photo = false;
|
||||
switch($a->argc) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue