Skip to content

Conversation

@asoraiamartins
Copy link
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
}

return headers['otp-token'].toUpperCase() === 'REQUIRED';
return headers['otp-token'].toUpperCase() === 'REQUIRED' || headers['otp-token'].toUpperCase() === 'OPTIONAL';
Copy link
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
Contributor Author

@pgom updated

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

5 participants