From 17c2fbccb3ab145a26bd3d6ecfac76a28313113f Mon Sep 17 00:00:00 2001 From: Janis Steiner <89935073+jakani24@users.noreply.github.com> Date: Wed, 11 Jun 2025 13:11:39 +0200 Subject: [PATCH] Update auth.php --- app-code/plugins/auth.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app-code/plugins/auth.php b/app-code/plugins/auth.php index 8f15e40..d550bae 100644 --- a/app-code/plugins/auth.php +++ b/app-code/plugins/auth.php @@ -2,7 +2,6 @@ /* This file can be installed in any service. If done so a user can authenticate with Jakach Auth. Jakach Auth will redirect the user here where their token gets validated, and then they can be logged in to your service. */ -session_start(); $auth_token = $_GET["auth"]; // Check the auth token against Jakach login API