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