Relocated AP signature functions, reduced magic auth functions

This commit is contained in:
Michael 2018-09-20 18:16:14 +00:00
parent 0866fbaf8c
commit 11310f4cf0
6 changed files with 192 additions and 309 deletions

View file

@ -76,13 +76,9 @@ class Magic extends BaseModule
// Create a header that is signed with the local users private key.
$headers = HTTPSignature::createSig(
'',
$headers,
$user['prvkey'],
'acct:' . $user['nickname'] . '@' . $a->get_hostname() . ($a->urlpath ? '/' . $a->urlpath : ''),
false,
true,
'sha512'
'acct:' . $user['nickname'] . '@' . $a->get_hostname() . ($a->urlpath ? '/' . $a->urlpath : '')
);
// Try to get an authentication token from the other instance.