Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@orbiting/backend-modules-auth

Package Overview
Dependencies
Maintainers
6
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orbiting/backend-modules-auth - npm Package Compare versions

Comparing version 2.5.3 to 2.5.4

14

CHANGELOG.md

@@ -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)

2

express/auth.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc