You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Claims interface now has `EncodeWithSigner(nkeys.KeyPair`, fn: SignFn)` where signing can be delegated to a function. The `type SignFn func(pub string, data []byte) ([]byte, error)` is provided with the public key whose matching private key should be used to sign the provided payload.
This feature enables an external signing service to be incorporated in the workflow for signing a JWT.
Signed-off-by: Alberto Ricart <[email protected]>
* go mod
Signed-off-by: Alberto Ricart <[email protected]>
---------
Signed-off-by: Alberto Ricart <[email protected]>
0 commit comments