Skip to content

Commit 9854480

Browse files
Remove iss check from the determineTokenSource method (#452)
1 parent 97ee84a commit 9854480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Objects/Values/SessionToken.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ protected function verifyExpiration(): void
398398

399399
protected function determineTokenSource(array $body): int
400400
{
401-
if (!isset($body['iss']) && !isset($body['sid'])) {
401+
if (!isset($body['sid'])) {
402402
return SessionTokenSource::CHECKOUT_EXTENSION;
403403
}
404404

0 commit comments

Comments
 (0)