From 61552f92fcf8a33e9796c7ff93d1872ee68d9a2e Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 13 Feb 2022 15:56:43 +0000 Subject: request profile scope --- controllers/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controllers/auth.php') diff --git a/controllers/auth.php b/controllers/auth.php index 0e671b6..50fd15b 100644 --- a/controllers/auth.php +++ b/controllers/auth.php @@ -9,7 +9,7 @@ $app->get('/auth/start', function() use($app) { $params = $req->params(); - $defaultScope = 'create update media'; + $defaultScope = 'create update media profile'; list($authorizationURL, $error) = IndieAuth\Client::begin($params['me'], $defaultScope); -- cgit v1.2.3