Skip to content

Commit

Permalink
Merge pull request #41 from kinde-oss/david/update/sessions
Browse files Browse the repository at this point in the history
Clean up redundant session creation
  • Loading branch information
davidkinde authored Oct 23, 2024
2 parents 7471654 + f94956b commit f39e348
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kinde-oss/kinde-auth-php",
"version": "1.2.4",
"version": "1.2.5",
"description": "Kinde PHP SDK for authentication",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 0 additions & 4 deletions lib/KindeClientSDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

namespace Kinde\KindeSDK;

if (session_status() != PHP_SESSION_ACTIVE) {
session_start();
}

use Exception;
use InvalidArgumentException;
use GuzzleHttp\Client;
Expand Down

0 comments on commit f39e348

Please sign in to comment.