André Cruz
André Cruz
## Description Setup Jest on the Nomios web and uikit repos ## Acceptance Criteria - [ ] `nomios-web` should have a simple Jest configuration - [ ] `nomios-web-uikit` should have...
## Description Add installation instructions to the idm-web-uikit repo ## Acceptance Criteria - [ ] Add installations instructions, similar to the [Discussify styleguide](https://github.com/ipfs-shipyard/discussify-styleguide/#installation), including a setup section.
## Description We should limit the avatar file size to avoid having large image files. Something like 2MB. Also, we should apply this limit when fetching the image itself. This...
## Description There's logic around the strength indicator on text input that can be improved and simplified. This task was created after [this comment](https://github.com/ipfs-shipyard/nomios-web-uikit/pull/17/files#r279291754). ## Acceptance Criteria - [ ]...
## Description Investigate why `createIdmWallet` blocks the event loop for some time. I've noticed this after I've implemented https://github.com/ipfs-shipyard/pm-idm/issues/148, where the loader breaks. I suspect this has to do with...
## Description We are using JSONLD & Schema.org entities for the identity profile. The validation we are doing is very naive. We should look into using a library for this....
## Description All forms now have the primary button always enabled, even if there are other errors. The EditProfile form still has the older behavior. ## Acceptance Criteria - [...
## Description We are already device private keys and other identity information encrypted in storage. Though, once they are loaded to memory, they are unencrypted, meaning we can take a...
## Description The identity id is calculated has `sha256(did)`. To further improve privacy and to avoid rainbow tables, we should do HMAC where the secret is the locker secret. ##...
## Description Currently, https://github.com/ipfs-shipyard/js-idm-signatures uses secp256k1 deterministic signatures, meaning there's an implicit deterministic nonce. Should we consider an option to generate a random nonce? ## Acceptance Criteria - [ ]...