aboutsummaryrefslogtreecommitdiffstats
path: root/include/oauth2.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-05-10 22:15:01 -0700
committerzotlabs <mike@macgirvin.com>2017-05-10 22:15:01 -0700
commit84064b90a6ea1d968da76749a9816363462f3831 (patch)
tree8fe3af67dea5b11460497bc8c84c00a75b659776 /include/oauth2.php
parent08e21fd0b85ccab350c79b7d329737100e9db5cb (diff)
downloadvolse-hubzilla-84064b90a6ea1d968da76749a9816363462f3831.tar.gz
volse-hubzilla-84064b90a6ea1d968da76749a9816363462f3831.tar.bz2
volse-hubzilla-84064b90a6ea1d968da76749a9816363462f3831.zip
disable oauth2 until I can get back to it - it's throwing typos
Diffstat (limited to 'include/oauth2.php')
-rw-r--r--include/oauth2.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/oauth2.php b/include/oauth2.php
index a0d65a995..3a71a651d 100644
--- a/include/oauth2.php
+++ b/include/oauth2.php
@@ -1,8 +1,9 @@
<?php
+/*
$storage = new OAuth2\Storage\Pdo(\DBA::$dba->db);
$config = [
- 'use_openid_connect'] => true,
+ 'use_openid_connect' => true,
'issuer' => \Zotlabs\Lib\System::get_site_name()
];
@@ -19,3 +20,4 @@
]);
$oauth2_server->addStorage($keyStorage,'public_key');
+*/ \ No newline at end of file