This commit is contained in:
Jon Buckley 2017-10-26 12:45:20 -04:00
Родитель 2e7c7696e9
Коммит fbae00fdcd
4 изменённых файлов: 24 добавлений и 3 удалений

Просмотреть файл

@ -1,3 +1,13 @@
<a name="1.98.1"></a>
## [1.98.1](https://github.com/mozilla/fxa-auth-server/compare/v1.98.0...v1.98.1) (2017-10-26)
### chore
* **docker:** Update to node v6.11.5 for security fix ([2e7c769](https://github.com/mozilla/fxa-auth-server/commit/2e7c769))
<a name="1.98.0"></a>
# [1.98.0](https://github.com/mozilla/fxa-auth-server/compare/v1.97.5...v1.98.0) (2017-10-18)

Просмотреть файл

@ -255,6 +255,8 @@ for `code` and `errno` are:
This email can not currently be used to login
* `code: 400, errno: 150`:
Can not resend email code to an email that does not belong to this account
* `code: 400, errno: 151`:
Failed to send email
* `code: 503, errno: 201`:
Service unavailable
* `code: 503, errno: 202`:
@ -1008,6 +1010,12 @@ and display the tab in a timely manner.
containing the relevant device ids.
<!--end-request-body-post-accountdevicesnotify-to-->
* `_endpointAction`: *string, valid('accountVerify'), optional*
<!--begin-request-body-post-accountdevicesnotify-_endpointAction-->
<!--end-request-body-post-accountdevicesnotify-_endpointAction-->
* `excluded`: *array, items(string, length(32), regex(HEX_STRING)), optional*
<!--begin-request-body-post-accountdevicesnotify-excluded-->
@ -1016,7 +1024,7 @@ and display the tab in a timely manner.
Ignored unless `to:"all"` is specified.
<!--end-request-body-post-accountdevicesnotify-excluded-->
* `payload`: *object, required*
* `payload`: *object, when('_endpointAction', { is: 'accountVerify', then: required, otherwise: required })*
<!--begin-request-body-post-accountdevicesnotify-payload-->
Push payload,
@ -1567,6 +1575,9 @@ by the following errors
* `code: 400, errno: 141`:
Email already exists
* `code: 400, errno: 151`:
Failed to send email
#### POST /recovery_email/destroy

2
npm-shrinkwrap.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-auth-server",
"version": "1.98.0",
"version": "1.98.1",
"dependencies": {
"acorn": {
"version": "5.0.3",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-auth-server",
"version": "1.98.0",
"version": "1.98.1",
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
"bin": {
"fxa-auth": "./bin/key_server.js"