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 3.0.7 to 3.0.8

14

CHANGELOG.md

@@ -1,6 +0,16 @@

<a name="3.0.7"></a>
## 3.0.7 (2018-01-18)
<a name="3.0.8"></a>
## 3.0.8 (2018-01-18)
<a name="3.0.8"></a>
## 3.0.8 (2018-01-18)
### Bug Fixes
* **Sessions:** honour existingUser.verified for isNew in authorizeSession ([d75b324](https://github.com/orbiting/backend-modules/commit/d75b324))
<a name="3.0.7"></a>

@@ -7,0 +17,0 @@ ## 3.0.7 (2018-01-18)

@@ -115,3 +115,7 @@ const { NoSessionError, QueryEmailMismatchError, DestroySessionError } = require('./errors')

signInHooks.map(hook =>
hook(user.id, !existingUser, pgdb)
hook(
user.id,
(!existingUser || !existingUser.verified),
pgdb
)
)

@@ -118,0 +122,0 @@ )

2

package.json
{
"name": "@orbiting/backend-modules-auth",
"version": "3.0.7",
"version": "3.0.8",
"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