You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# github.com/gobricks/jwtack/src/backend github.com/gobricks/jwtack/src/backend/service.go:28: cannot use payload (type map[string]interface {}) as type jwt.Claims in assignment: map[string]interface {} does not implement jwt.Claims (missing Valid method) github.com/gobricks/jwtack/src/backend/service.go:30: invalid operation: token.Claims["exp"] (type jwt.Claims does not support indexing) github.com/gobricks/jwtack/src/backend/service.go:48: cannot use t.Claims (type jwt.Claims) as type map[string]interface {} in assignment
The text was updated successfully, but these errors were encountered:
# github.com/gobricks/jwtack/src/backend github.com/gobricks/jwtack/src/backend/service.go:28: cannot use payload (type map[string]interface {}) as type jwt.Claims in assignment: map[string]interface {} does not implement jwt.Claims (missing Valid method) github.com/gobricks/jwtack/src/backend/service.go:30: invalid operation: token.Claims["exp"] (type jwt.Claims does not support indexing) github.com/gobricks/jwtack/src/backend/service.go:48: cannot use t.Claims (type jwt.Claims) as type map[string]interface {} in assignment
The text was updated successfully, but these errors were encountered: