Skip to content

[feat] Handles authentication with recovery code

Sriram Viswanathan requested to merge (removed):auth-recovery-code into master

When trying to authenticate from the account-recovery flow, bitmask will send a new boolean field in the params named 'account_recovery'.

Based on this parameter, we follow different flows in the code when constructing the SRP client and session.

with @tayane

Merge request reports