workin oc-auth
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
// Tokenizer interface
|
||||
type ClaimService interface {
|
||||
AddClaimsToToken(userId string, peer *peer.Peer) Claims
|
||||
AddClaimsToToken(clientID string, userId string, peer *peer.Peer) Claims
|
||||
DecodeClaimsInToken(host string, method string, forward string, sessionClaims Claims, publicKey string, external bool) (bool, error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user