mirror of
https://github.com/datarhei/core.git
synced 2025-10-18 22:04:38 +08:00
Create identity and access packages for IAM
This commit is contained in:
@@ -11,6 +11,7 @@ import (
|
||||
|
||||
"github.com/datarhei/core/v16/cluster/proxy"
|
||||
"github.com/datarhei/core/v16/iam"
|
||||
iamidentity "github.com/datarhei/core/v16/iam/identity"
|
||||
"github.com/datarhei/core/v16/log"
|
||||
"github.com/datarhei/core/v16/session"
|
||||
"github.com/datarhei/core/v16/srt/url"
|
||||
@@ -477,7 +478,7 @@ func (s *server) findIdentityFromToken(key string) (string, error) {
|
||||
return "$anon", nil
|
||||
}
|
||||
|
||||
var identity iam.IdentityVerifier
|
||||
var identity iamidentity.Verifier
|
||||
var err error
|
||||
|
||||
var token string
|
||||
|
Reference in New Issue
Block a user