TheMonkeyCoder
TheMonkeyCoder
Add a local HTTP server for BrightID to let the other clients access its data easily
Hi There are some react codes in BrightID mobile application that are needed for all SuperUserApps, including the import flow and BrightID operations. For Aura as a SuperUserApp, I copied...
Created brightid sdk monorepo for storing BrightID client's logic. Moved resetStore action and keypairSlice reducer and action to the brightid sdk repository. part of #1199
This function https://github.com/BrightID/BrightID/blob/fb29a763ee693762d0f0bbe3abe475caa8ea2cbf/BrightID/src/components/Onboarding/RecoveryFlow/thunks/backupThunks.ts#L88 is called when the user changes their password to backup existing data with the new password. However, it does not backup the blindsigs. Am I wrong here?
closes #361