@nuxtjs/auth
Advanced tools
Comparing version 4.6.4 to 4.6.5
@@ -5,2 +5,11 @@ # Changelog | ||
### [4.6.5](https://github.com/nuxt-community/auth-module/compare/v4.6.4...v4.6.5) (2019-06-03) | ||
### Bug Fixes | ||
* fix typo in serializedCookie ([648fdc9](https://github.com/nuxt-community/auth-module/commit/648fdc9)) | ||
### [4.6.4](https://github.com/nuxt-community/auth-module/compare/v4.6.3...v4.6.4) (2019-06-03) | ||
@@ -7,0 +16,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, serializeCookie)) | ||
this.ctx.res.setHeader('Set-Cookie', [].concat(prevCookies, serializedCookie)) | ||
} | ||
@@ -233,0 +233,0 @@ |
{ | ||
"name": "@nuxtjs/auth", | ||
"version": "4.6.4", | ||
"version": "4.6.5", | ||
"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
65135