@orbiting/backend-modules-auth
Advanced tools
Comparing version 2.5.3 to 2.5.4
@@ -1,6 +0,16 @@ | ||
<a name="2.5.3"></a> | ||
## 2.5.3 (2018-01-13) | ||
<a name="2.5.4"></a> | ||
## 2.5.4 (2018-01-13) | ||
<a name="2.5.4"></a> | ||
## 2.5.4 (2018-01-13) | ||
### Bug Fixes | ||
* **auth:** add missing await for authorizeSession ([f415ee3](https://github.com/orbiting/backend-modules/commit/f415ee3)) | ||
<a name="2.5.3"></a> | ||
@@ -7,0 +17,0 @@ ## 2.5.3 (2018-01-13) |
@@ -94,3 +94,3 @@ const session = require('express-session') | ||
try { | ||
const user = authorizeSession({ | ||
const user = await authorizeSession({ | ||
pgdb, token, emailFromQuery, signInHooks | ||
@@ -97,0 +97,0 @@ }) |
{ | ||
"name": "@orbiting/backend-modules-auth", | ||
"version": "2.5.3", | ||
"version": "2.5.4", | ||
"description": "auth migrations, seeds, middleware, graphql schema and resolvers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
64303