get expiry time from provider
This commit is contained in:
parent
e051c1d17f
commit
1cb033d526
4 changed files with 22 additions and 9 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue