@nuxtjs/auth
Advanced tools
Comparing version 4.8.3 to 4.8.4
@@ -5,2 +5,9 @@ # Changelog | ||
### [4.8.4](https://github.com/nuxt-community/auth-module/compare/v4.8.3...v4.8.4) (2019-09-12) | ||
### Bug Fixes | ||
* **oauth2:** restore callback handling on static sites ([#453](https://github.com/nuxt-community/auth-module/issues/453)) ([06165a0](https://github.com/nuxt-community/auth-module/commit/06165a0)) | ||
### [4.8.3](https://github.com/nuxt-community/auth-module/compare/v4.8.2...v4.8.3) (2019-09-10) | ||
@@ -7,0 +14,0 @@ |
@@ -131,4 +131,4 @@ import { encodeQuery, parseQuery } from '../utilities' | ||
} | ||
// Callback flow is not supported in static generation | ||
if (process.server && process.static) { | ||
// Callback flow is not supported in server side | ||
if (process.server) { | ||
return | ||
@@ -135,0 +135,0 @@ } |
{ | ||
"name": "@nuxtjs/auth", | ||
"version": "4.8.3", | ||
"version": "4.8.4", | ||
"description": "Authentication module for Nuxt.js", | ||
@@ -52,3 +52,3 @@ "license": "MIT", | ||
"lodash": "^4.17.15", | ||
"nanoid": "^2.1.0" | ||
"nanoid": "^2.1.1" | ||
}, | ||
@@ -75,3 +75,3 @@ "devDependencies": { | ||
"nuxt-class-component": "^1.3.0", | ||
"nuxt-edge": "^2.10.0-26134570.8ccca220", | ||
"nuxt-edge": "^2.10.0-26137453.e9c4bcfe", | ||
"puppeteer": "^1.19.0", | ||
@@ -78,0 +78,0 @@ "standard-version": "^7.0.0" |
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
68159
Updatednanoid@^2.1.1