Move out the token package to util

This commit is contained in:
Asim Aslam
2020-07-19 13:41:23 +01:00
parent 6920677f1e
commit d3326efd4b
11 changed files with 8 additions and 74 deletions

View File

@@ -8,9 +8,9 @@ import (
"github.com/micro/go-micro/v2/auth"
pb "github.com/micro/go-micro/v2/auth/service/proto"
"github.com/micro/go-micro/v2/auth/token"
"github.com/micro/go-micro/v2/auth/token/jwt"
"github.com/micro/go-micro/v2/client"
"github.com/micro/go-micro/v2/util/token"
"github.com/micro/go-micro/v2/util/token/jwt"
)
// svc is the service implementation of the Auth interface