Skip to content

Add scope and otp header to storage#30

Merged
pgom merged 1 commit intomasterfrom
feature/reset-2fa-email
Feb 21, 2020
Merged

Add scope and otp header to storage#30
pgom merged 1 commit intomasterfrom
feature/reset-2fa-email

Conversation

@asoraiamartins
Copy link
Copy Markdown
Contributor

Description

This PR adds scope and otp-token header to storage to allow the user to recover 2fa by email when he's not logged in on the mobile app.

@asoraiamartins asoraiamartins force-pushed the feature/reset-2fa-email branch 3 times, most recently from ffbb921 to a9ba19a Compare January 14, 2020 08:54
Comment thread src/core/errors/otp-required.js Outdated
}

return headers['otp-token'].toUpperCase() === 'REQUIRED';
return headers['otp-token'].toUpperCase() === 'REQUIRED' || headers['otp-token'].toUpperCase() === 'OPTIONAL';
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use lodash.includes

@asoraiamartins asoraiamartins force-pushed the feature/reset-2fa-email branch from a9ba19a to 9a7bed3 Compare January 17, 2020 18:05
@asoraiamartins
Copy link
Copy Markdown
Contributor Author

@pgom updated

@asoraiamartins asoraiamartins force-pushed the feature/reset-2fa-email branch from 9a7bed3 to fcd80d8 Compare February 10, 2020 11:26
Comment thread src/core/sdk.js Outdated
accessTokenKey: 'uphold.access_token',
baseUrl: 'https://api.uphold.com',
itemsPerPage: 10,
otpToken: 'uphold.otp_token',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

otp_token_status

@asoraiamartins asoraiamartins force-pushed the feature/reset-2fa-email branch from fcd80d8 to 51d11bc Compare February 12, 2020 11:21
@asoraiamartins
Copy link
Copy Markdown
Contributor Author

@SandroMachado updated

@pgom pgom merged commit 84f10f3 into master Feb 21, 2020
@pgom pgom deleted the feature/reset-2fa-email branch February 21, 2020 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants