aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Magic.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-09-09 13:34:57 -0700
committerzotlabs <mike@macgirvin.com>2017-09-09 13:34:57 -0700
commite2e7bee3cca6f2ffc88aee9c94066e117e7a682b (patch)
tree5aec0c635bc6e3cb93c2794420e1c93bf52e2dd8 /Zotlabs/Module/Magic.php
parent84c86f01c853f87be93807b3e190f954aca2e6e6 (diff)
downloadvolse-hubzilla-e2e7bee3cca6f2ffc88aee9c94066e117e7a682b.tar.gz
volse-hubzilla-e2e7bee3cca6f2ffc88aee9c94066e117e7a682b.tar.bz2
volse-hubzilla-e2e7bee3cca6f2ffc88aee9c94066e117e7a682b.zip
owa cleanup
Diffstat (limited to 'Zotlabs/Module/Magic.php')
-rw-r--r--Zotlabs/Module/Magic.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/Zotlabs/Module/Magic.php b/Zotlabs/Module/Magic.php
index 342c11eb9..d1550ec89 100644
--- a/Zotlabs/Module/Magic.php
+++ b/Zotlabs/Module/Magic.php
@@ -142,11 +142,8 @@ class Magic extends \Zotlabs\Web\Controller {
$headers['X-Open-Web-Auth'] = random_string();
$headers = \Zotlabs\Web\HTTPSig::create_sig('',$headers,$channel['channel_prvkey'],
'acct:' . $channel['channel_address'] . '@' . \App::get_hostname(),false,true,'sha512');
-
$x = z_fetch_url($basepath . '/owa',false,$redirects,[ 'headers' => $headers ]);
- logger('owtfetch: ' . print_r($x,true));
-
if($x['success']) {
$j = json_decode($x['body'],true);
if($j['success'] && $j['token']) {
@@ -161,16 +158,6 @@ class Magic extends \Zotlabs\Web\Controller {
$token = random_string();
-// $token_sig = base64url_encode(rsa_sign($token,$channel['channel_prvkey']));
-// $channel['token'] = $token;
-// $channel['token_sig'] = $token_sig;
-
-
-
-
-
-
-
\Zotlabs\Zot\Verify::create('auth',$channel['channel_id'],$token,$x[0]['hubloc_url']);
$target_url = $x[0]['hubloc_callback'] . '/?f=&auth=' . urlencode(channel_reddress($channel))