pixelated / pixelated-user-agent

User facing components of Pixelated: a JavaScript single page app and a RESTful service.
GNU Affero General Public License v3.0
159 stars 72 forks source link

Generate recovery code #1012

Closed anikarni closed 7 years ago

anikarni commented 7 years ago

When the user submits the back-up email, it should call recovery code creation. This story is to generate the new code that will be sent to Bonafide. However, after this story is done, we still won't have the recovery code accessible to us or have access to the secret. The next stories will take care of that.

Acceptance Criteria

When I submit my back-up email, a new recovery code should be generated for me in Soledad client and sent to Bonafide.

In Scope

Out of Scope

Depends on

924

anikarni commented 7 years ago

MR: https://0xacab.org/leap/soledad/merge_requests/72