@nuxtjs/auth
Advanced tools
Comparing version 4.6.5 to 4.6.6
@@ -5,2 +5,11 @@ # Changelog | ||
### [4.6.6](https://github.com/nuxt-community/auth-module/compare/v4.6.5...v4.6.6) (2019-06-05) | ||
### Bug Fixes | ||
* set-cookie header contains `undefined` value ([#372](https://github.com/nuxt-community/auth-module/issues/372)) ([323346e](https://github.com/nuxt-community/auth-module/commit/323346e)) | ||
### [4.6.5](https://github.com/nuxt-community/auth-module/compare/v4.6.4...v4.6.5) (2019-06-03) | ||
@@ -96,3 +105,3 @@ | ||
* **docs:** typo [#224](https://github.com/nuxt-community/auth-module/issues/224) ([752f4ad](https://github.com/nuxt-community/auth-module/commit/752f4ad)) | ||
* **docs:** update glassory read more title ([a53c38c](https://github.com/nuxt-community/auth-module/commit/a53c38c)) | ||
* **docs:** update glossary read more title ([a53c38c](https://github.com/nuxt-community/auth-module/commit/a53c38c)) | ||
* **middleware:** remove trailing slash from redirect paths ([#235](https://github.com/nuxt-community/auth-module/issues/235)) ([c401122](https://github.com/nuxt-community/auth-module/commit/c401122)) | ||
@@ -99,0 +108,0 @@ |
@@ -230,3 +230,3 @@ import Vue from 'vue' | ||
const prevCookies = this.ctx.res.getHeader('Set-Cookie') | ||
this.ctx.res.setHeader('Set-Cookie', [].concat(prevCookies, serializedCookie)) | ||
this.ctx.res.setHeader('Set-Cookie', [].concat(prevCookies, serializedCookie).filter(v => v)) | ||
} | ||
@@ -233,0 +233,0 @@ |
{ | ||
"name": "@nuxtjs/auth", | ||
"version": "4.6.5", | ||
"version": "4.6.6", | ||
"description": "Authentication module for Nuxt.js", | ||
@@ -44,3 +44,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@nuxtjs/axios": "^5.5.3", | ||
"@nuxtjs/axios": "^5.5.4", | ||
"consola": "^2.7.1", | ||
@@ -58,3 +58,3 @@ "cookie": "^0.4.0", | ||
"body-parser": "^1.18.3", | ||
"bootstrap-vue": "2.0.0-rc.20", | ||
"bootstrap-vue": "^2.0.0-rc.22", | ||
"codecov": "^3.1.0", | ||
@@ -75,3 +75,3 @@ "cookie-parser": "^1.4.3", | ||
"nuxt-class-component": "^1.2.0", | ||
"nuxt-edge": "^2.8.0-25986853.f39fe227", | ||
"nuxt-edge": "^2.8.1-25994889.2fabea94", | ||
"puppeteer": "^1.12.2", | ||
@@ -78,0 +78,0 @@ "standard-version": "^6.0.1" |
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
65455
Updated@nuxtjs/axios@^5.5.4