Redis + RateLimiting Unit Test

This commit is contained in:
2024-04-24 10:11:54 +02:00
parent c13516c085
commit 18bb6bffa7
7 changed files with 202 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ class Session extends DatabaseEntity {
private User $user;
private DateTime $expires;
#[MaxLength(45)] private string $ipAddress;
#[MaxLength(36)] private string $uuid;
#[MaxLength(36)] protected string $uuid;
#[DefaultValue(true)] private bool $active;
#[MaxLength(64)] private ?string $os;
#[MaxLength(64)] private ?string $browser;