Compare commits

..

2 Commits

Author SHA1 Message Date
cac57d7f71
decease session expiration time
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2024-11-26 21:11:27 +01:00
cde14ee779
modernize oauth token handling 2024-11-26 21:11:27 +01:00

View File

@ -24,6 +24,8 @@ class MaintainDatabaseCommand extends Command
parent::__construct(); parent::__construct();
$this->userPasswordResetterRepository = new UserPasswordResetterRepository(); $this->userPasswordResetterRepository = new UserPasswordResetterRepository();
$this->oauthTokenRepository = new OAuthTokenRepository();
$this->oauthSessionRepository = new OAuthSessionRepository();
} }
public function configure(): void public function configure(): void