@orbiting/backend-modules-auth
Advanced tools
Comparing version 3.0.8 to 3.0.9
@@ -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) |
@@ -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", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
9
60532
53
1354