The source project of this merge request has been removed.
[feat] Handles authentication with recovery code
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