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.8 to 3.0.9

14

CHANGELOG.md

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

<a name="3.0.8"></a>
## 3.0.8 (2018-01-18)
<a name="3.0.9"></a>
## 3.0.9 (2018-01-22)
<a name="3.0.9"></a>
## 3.0.9 (2018-01-22)
### Bug Fixes
* **auth:** remove changeEmail, belongs to republik-backend ([dab95c2](https://github.com/orbiting/backend-modules/commit/dab95c2))
<a name="3.0.8"></a>

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

4

graphql/schema.js

@@ -34,6 +34,2 @@ module.exports = `

# if userId is null, the logged in user's email is changed
# required role to change other's email: supporter
updateEmail(userId: ID, email: String!): User!
# authorize a token sent by mail to convert a login request to a valid user session

@@ -40,0 +36,0 @@ authorizeSession(email: String!, token: String!): Boolean!

{
"updated": "2018-01-14T06:10:14.941Z",
"updated": "2018-01-22T15:26:03.897Z",
"title": "live",

@@ -60,12 +60,4 @@ "data": [

"value": "Der User konnte leider nicht gefunden werden."
},
{
"key": "api/email/change/confirmation/subject",
"value": "Ihre E-Mail-Adresse wurde geändert"
},
{
"key": "api/email/change/exists",
"value": "Es existiert bereits jemand mit der gewünschten E-Mail-Adresse."
}
]
}
{
"name": "@orbiting/backend-modules-auth",
"version": "3.0.8",
"version": "3.0.9",
"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