24
1
Fork 0

use fxa email-first flow

This commit is contained in:
Danny Coates 2019-03-07 12:08:42 -08:00
parent fc1d2f43da
commit 40fcd8506a
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ export default class User {
const keys_jwk = await prepareScopedBundleKey(this.storage);
const code_challenge = await preparePkce(this.storage);
const options = {
action: 'email',
client_id: this.authConfig.client_id,
code_challenge,
code_challenge_method: 'S256',