diff options
Diffstat (limited to 'include/oauth2.php')
-rw-r--r-- | include/oauth2.php | 4 |
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 |