mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-01 10:50:40 -05:00
chore: fix jwt
This commit is contained in:
@@ -221,8 +221,8 @@ export const jwt = (options?: JwtOptions) => {
|
||||
crv: "Ed25519",
|
||||
};
|
||||
const keyPairConfig = {
|
||||
...cfg,
|
||||
extractable: true,
|
||||
...cfg,
|
||||
};
|
||||
|
||||
const { publicKey, privateKey } = await generateKeyPair(
|
||||
|
||||
Reference in New Issue
Block a user