test
This commit is contained in:
@@ -144,7 +144,7 @@ func (h HydraClaims) AddClaimsToToken(clientID string, userId string, p *peer.Pe
|
||||
}
|
||||
claims.Session.AccessToken[key] = perm.Subject
|
||||
}
|
||||
sign, err := h.encodeSignature(p.Url)
|
||||
sign, err := h.encodeSignature(p.APIUrl)
|
||||
if err != nil {
|
||||
return claims
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user