Update auth.php

This commit is contained in:
Janis Steiner
2025-06-11 13:11:39 +02:00
committed by GitHub
parent f4682cb3fa
commit 17c2fbccb3

View File

@@ -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. 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"]; $auth_token = $_GET["auth"];
// Check the auth token against Jakach login API // Check the auth token against Jakach login API