From f4682cb3fa38f53b6353bc23f03c0c20bb54ac82 Mon Sep 17 00:00:00 2001 From: Janis Steiner <89935073+jakani24@users.noreply.github.com> Date: Wed, 11 Jun 2025 13:10:28 +0200 Subject: [PATCH] Update auth.php --- app-code/plugins/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-code/plugins/auth.php b/app-code/plugins/auth.php index 2f22009..8f15e40 100644 --- a/app-code/plugins/auth.php +++ b/app-code/plugins/auth.php @@ -2,7 +2,7 @@ /* 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