Skip to content
Snippets Groups Projects
Commit 996c7412 authored by Gabriel Zachmann's avatar Gabriel Zachmann
Browse files

refactor structure

parent a9843fd7
No related branches found
No related tags found
No related merge requests found
......@@ -7,11 +7,11 @@ import (
log "github.com/sirupsen/logrus"
"gopkg.in/yaml.v3"
"github.com/oidc-mytoken/server/internal/utils/issuerUtils"
"github.com/oidc-mytoken/server/pkg/model"
"github.com/oidc-mytoken/server/pkg/oauth2x"
"github.com/oidc-mytoken/server/shared/context"
"github.com/oidc-mytoken/server/shared/utils/fileutil"
"github.com/oidc-mytoken/server/shared/utils/issuerUtils"
)
var defaultConfig = config{
......
......@@ -27,12 +27,12 @@ import (
"github.com/oidc-mytoken/server/internal/server/routes"
supertoken "github.com/oidc-mytoken/server/internal/supertoken/pkg"
"github.com/oidc-mytoken/server/internal/supertoken/restrictions"
"github.com/oidc-mytoken/server/internal/utils/issuerUtils"
"github.com/oidc-mytoken/server/internal/utils/oidcUtils"
"github.com/oidc-mytoken/server/internal/utils/singleasciiencode"
pkgModel "github.com/oidc-mytoken/server/pkg/model"
"github.com/oidc-mytoken/server/shared/context"
"github.com/oidc-mytoken/server/shared/utils"
"github.com/oidc-mytoken/server/shared/utils/issuerUtils"
)
var redirectURL string
......
......@@ -19,8 +19,8 @@ import (
eventService "github.com/oidc-mytoken/server/internal/supertoken/event"
event "github.com/oidc-mytoken/server/internal/supertoken/event/pkg"
"github.com/oidc-mytoken/server/internal/supertoken/restrictions"
"github.com/oidc-mytoken/server/internal/utils/issuerUtils"
"github.com/oidc-mytoken/server/pkg/model"
"github.com/oidc-mytoken/server/shared/utils/issuerUtils"
)
// SuperToken is a mytoken SuperToken
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment