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
Now that crypto.createSecretKey is implemented (Thanks littledivy 👍), I tried running my sveltekit project again using deno. This time I'm getting another error from the authjs npm package: Error: Not implemented: crypto.hkdf
It seems to stem from ext/node/polyfills/internal/crypto/hkdf.ts file.
I don't know alot about crypto algorithms, but it seems some kind of hdkf is already implemented for deno, perhaps that could be used under the hood? You'll have to decide.
The text was updated successfully, but these errors were encountered:
Now that crypto.createSecretKey is implemented (Thanks littledivy 👍), I tried running my sveltekit project again using deno. This time I'm getting another error from the authjs npm package:
Error: Not implemented: crypto.hkdf
It seems to stem from
ext/node/polyfills/internal/crypto/hkdf.ts
file.I don't know alot about crypto algorithms, but it seems some kind of hdkf is already implemented for deno, perhaps that could be used under the hood? You'll have to decide.
The text was updated successfully, but these errors were encountered: