algorithms field is now array for IdentityClient

Signed-off-by: Manuel Scurti <manuel.scurti@agilelab.it>
This commit is contained in:
Manuel Scurti
2022-05-18 11:31:29 +02:00
parent f6aae90e4e
commit 9079a78078
5 changed files with 27 additions and 11 deletions
@@ -33,7 +33,7 @@ type Options = {
/** Expiration time of signing keys in seconds */
keyDurationSeconds: number;
/** JWS "alg" (Algorithm) Header Parameter value. Defaults to ES256.
* Must match the algorithm defined in IdentityClient.
* Must match one of the algorithms defined for IdentityClient.
* More info on supported algorithms: https://github.com/panva/jose */
algorithm?: string;
};