Update auth.php

This commit is contained in:
Janis Steiner
2025-06-11 13:10:28 +02:00
committed by GitHub
parent 025219f9ec
commit f4682cb3fa

View File

@@ -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. 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