update dependencies, correct breaking changes

This commit is contained in:
dhax 2018-10-14 18:12:12 +02:00
parent d1bc7ff05c
commit 9b27282ee3
4 changed files with 109 additions and 35 deletions

View file

@ -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
}