diff --git a/packages/jwt/src/create-jwt.ts b/packages/jwt/src/create-jwt.ts index e99d50d9..76ebb0b8 100644 --- a/packages/jwt/src/create-jwt.ts +++ b/packages/jwt/src/create-jwt.ts @@ -25,9 +25,7 @@ export interface JwtHeader extends Omit { * @param payload - The payload to create the JWT from * @param options - The options to create the JWT from * @param header - Optional header overrides - * @param header.alg - The algorithm to use for the JWT. Accepts `secp256k1` and - * `Ed25519` as aliases for `ES256K` and `EdDSA` respectively. Defaults to - * `ES256K`. + * @param header.alg - The algorithm to use for the JWT. Defaults to `ES256K`. * @returns The JWT */ export async function createJwt(