nuxt-community / auth-module

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

oidc-provider needs to be updated in package.json #1811

Open jraller opened 1 year ago

jraller commented 1 year ago

The version of oidc-provider included in package.json ("7.10.6") is not compatible with versions of node other than "^12.19.0 || ^14.15.0 || ^16.13.0" which precludes the use of the current version of node for development and updating auth-module to be Nuxt 3 compatible.

Upgrading "oidc-provider" to "^7.14.2" resolved this issue.