Closed asbjornenge closed 3 months ago
Node 16 has reached end-of-life last year already. Wouldn't it be better to update your node version instead? Just my 2 cents.
See https://github.com/passwordless-id/webauthn?tab=readme-ov-file#runs-in and Arch's Fork for outdated node environments
There are also a couple of related issues and workarounds in this repo by the way.
@dagnelies upgraded to node 22, works like a charm 🥳 thanks!
Hi there,
I'm trying to use this module with Node v16.16.0. Doing
I'm getting:
And even adding
import crypto from 'crypto'
to the server.js file it still fails since there is nocrypto.subtle
:sweat_smile: :thinking: