friendship ended with social-app. php is my new best friend

use https in client metadata url

Changed files
+1 -1
+1 -1
index.php
···
Flight::route('/login', function(): void {
$options = new OAuthOptions([
-
'key' => 'http://'.SITE_DOMAIN.CLIENT_ID,
+
'key' => 'https://'.SITE_DOMAIN.CLIENT_ID,
'secret' => CLIENT_SECRET,
'callbackURL' => 'http://127.0.0.1/login',
'sessionStart' => true,