get expiry time from provider

This commit is contained in:
nquidox 2025-09-14 14:13:35 +03:00
parent e051c1d17f
commit 1cb033d526
4 changed files with 22 additions and 9 deletions

View file

@ -7,10 +7,9 @@ import (
type Handler struct {
*Service
repo *repo
jwtProvider interfaces.JWTProvider
utils interfaces.Utils
RefreshTokenExpTime int64
repo *repo
jwtProvider interfaces.JWTProvider
utils interfaces.Utils
}
type Deps struct {