Implemented FxA

This commit is contained in:
Danny Coates 2018-08-07 15:40:17 -07:00
parent 70bc2b7656
commit 718d74fa50
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
40 changed files with 1306 additions and 651 deletions

View file

@ -1,4 +1,4 @@
/* global DEFAULT_EXPIRE_SECONDS */
/* global DEFAULTS */
import assert from 'assert';
import Archive from '../../../app/archive';
import * as api from '../../../app/api';
@ -23,8 +23,9 @@ describe('API', function() {
enc,
meta,
verifierB64,
p,
DEFAULT_EXPIRE_SECONDS
DEFAULTS.EXPIRE_SECONDS,
null,
p
);
const result = await up.result;
@ -43,8 +44,9 @@ describe('API', function() {
enc,
meta,
verifierB64,
p,
DEFAULT_EXPIRE_SECONDS
DEFAULTS.EXPIRE_SECONDS,
null,
p
);
up.cancel();