nuxt-alt / auth

An alternative module to @nuxtjs/auth
https://nuxt-alt-auth.vercel.app/
MIT License
96 stars 20 forks source link

fix: merge runtimeconfig recursively with module options #18

Closed hendrikheil closed 1 year ago

hendrikheil commented 1 year ago

Right now runtimeConfig can't be a nested object, as it would overwrite the moduleOptions. With this change it applies moduleOptions over moduleDefaults and then the runtimeConfig on top of that.