potato4d / nuxt-basic-auth-module

Provide basic auth your Nuxt.js application
https://www.npmjs.com/package/nuxt-basic-auth-module
MIT License
310 stars 9 forks source link

Nuxt app doesn't prompt for authentication after build/generate #219

Closed sbastias closed 2 years ago

sbastias commented 3 years ago

Works great on localhost, but in production does not prompt for authentication after build or generate.

nimarion commented 2 years ago

@sbastias the module does not work for static generated nuxt projects! You might want to restrict access to your page using your webserver eg https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-http-basic-authentication/