Skip to content

Releases: truesteps/nuxt-website-lock

Fix parsing .env variable for enabling website lock

19 Jul 13:57
33d3051
Compare
Choose a tag to compare
  • Fix bug with WEB_SITE_LOCK_ENABLED variable being parsed as a string, despite wanting it to be a boolean. This made it so you were unable to disable the website lock

v0.1.10

24 Jun 15:06
Compare
Choose a tag to compare
  • improved handling of redirect after login

v0.1.0

20 Oct 13:40
Compare
Choose a tag to compare
  • implemented option to work locally without server, since this release, this is the native behavior
  • to enable server validation either set WEBSITE_LOCK_ENABLE_SERVER_VALIDATION env variable to true or pass module option enableServerValidation in nuxt config

Base implementation

20 Oct 10:09
Compare
Choose a tag to compare

Created base implementation to be used in template, with .env variables provided in nuxt config or .env from laravel BE