chore: fix jwt

This commit is contained in:
Bereket Engida
2025-07-18 20:23:26 -07:00
parent a05686e304
commit be6754df80
@@ -221,8 +221,8 @@ export const jwt = (options?: JwtOptions) => {
crv: "Ed25519",
};
const keyPairConfig = {
...cfg,
extractable: true,
...cfg,
};
const { publicKey, privateKey } = await generateKeyPair(