nuxt-community / auth-module

Zero-boilerplate authentication support for Nuxt 2
https://auth.nuxtjs.org
MIT License
1.93k stars 924 forks source link

error:0308010C:digital envelope routines::unsupported #1812

Open jraller opened 1 year ago

jraller commented 1 year ago

The README.md should be updated to reflect that for users with Node versions 17 and up the NODE_OPTIONS environmental variable needs to be changed to include --openssl-legacy-provider.

Alternatively this suggests that an Auth module shouldn't be using the legacy implementation of openssl?