Yevhen Kushnir

Results 2 comments of Yevhen Kushnir

@archi-tektur As a temporary solution you can create refresh token manually in this way ``` $refreshToken = $this->refreshTokenManager->create(); $refreshToken->setUsername($user->getUsername()); $refreshToken->setRefreshToken(); $datetime = new DateTime(); $datetime->modify('+2592000 seconds'); // replace int value...

@andy-5 Thank you! Unfortunately I haven't possibility to test it right now as I'he already switched to single distro and route ssh config to repos manually to be able use...