@nuxtjs/auth
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="3.2.1"></a> | ||
## [3.2.1](https://github.com/nuxt-community/auth-module/compare/v3.2.0...v3.2.1) (2017-12-20) | ||
<a name="3.2.0"></a> | ||
@@ -7,0 +12,0 @@ # [3.2.0](https://github.com/nuxt-community/auth-module/compare/v3.1.1...v3.2.0) (2017-11-18) |
@@ -11,3 +11,5 @@ import './auth.middleware' | ||
// Register auth store module | ||
store.registerModule('auth', authStore) | ||
store.registerModule('auth', authStore, { | ||
preserveState: !!store.state.auth, | ||
}) | ||
@@ -14,0 +16,0 @@ // Fetch initial state |
{ | ||
"name": "@nuxtjs/auth", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Authentication module for Nuxt.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16440
229