update dependencies, correct breaking changes
This commit is contained in:
parent
d1bc7ff05c
commit
9b27282ee3
4 changed files with 109 additions and 35 deletions
|
|
@ -11,7 +11,7 @@ import (
|
|||
|
||||
// TokenAuth implements JWT authentication flow.
|
||||
type TokenAuth struct {
|
||||
JwtAuth *jwtauth.JwtAuth
|
||||
JwtAuth *jwtauth.JWTAuth
|
||||
JwtExpiry time.Duration
|
||||
JwtRefreshExpiry time.Duration
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue