From 6a2e9e8f7d8d2f9ab4a40c3689f92036a657d9af Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 7 May 2023 05:22:07 -0600 Subject: [PATCH] Update config, enable oauth by default --- config/pixelfed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index 4faded26f..19db9e61b 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -255,7 +255,7 @@ return [ ] ], - 'oauth_enabled' => env('OAUTH_ENABLED', false), + 'oauth_enabled' => env('OAUTH_ENABLED', true), 'bouncer' => [ 'enabled' => env('PF_BOUNCER_ENABLED', false),