Skip to content

Commit

Permalink
Merge pull request #11526 from nanaya/verify-validity
Browse files Browse the repository at this point in the history
Reduce session verification key lifetime
  • Loading branch information
peppy authored Oct 3, 2024
2 parents 45b8177 + 44bb5c1 commit 4af70d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Libraries/SessionVerification/State.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class State
{
private const KEY_VALID_DURATION = 5 * 3600;
private const KEY_VALID_DURATION = 600;

public readonly CarbonImmutable $expiresAt;
public readonly string $key;
Expand Down

0 comments on commit 4af70d5

Please sign in to comment.