Skip to content

Commit

Permalink
Reduce session verification key lifetime
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Oct 3, 2024
1 parent 45b8177 commit 44bb5c1
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 44bb5c1

Please sign in to comment.