54 Commits (5ae93d70f533c3ed73d2a0904325a1a9bf4239fa)

Author SHA1 Message Date
Trent Larson 26951cc472 fix import for derived accounts and hopefully make other account-access code more robust 2 months ago
Trent Larson 24cfeca1eb fix some errors and correct recent type duplications & bloat (cherry-picked from d8f2587d1c) 2 months ago
Matthew Raymer 473a115841 WIP: BROKEN FOR ELECTRON: Fixes in progress 2 months ago
Matthew Raymer 6af17c6868 refactor: remove unused imports and parameters in passkeyDidPeer.ts 2 months ago
Matthew Raymer 2d548bce1c fix: use challenge parameter in verifyJwtWebCrypto preimage 2 months ago
Matthew Raymer 81ef55b2bf fix: use challenge parameter in verifyJwtP256 preimage 2 months ago
Matthew Raymer 86cc2b6d68 fix: resolve TypeScript errors in passkeyDidPeer.ts 2 months ago
Matthew Raymer cf335c54ff fix: consolidate KeyMeta interface and improve type safety 2 months ago
Trent Larson 2d654b4586 fix linting 2 months ago
Trent Larson fe77dbdcdd add encryption & decryption for the sensitive identity & mnemonic in SQL DB 2 months ago
Matthew Raymer dac7705003 fix: move lexical declarations outside case blocks in AbsurdSqlDatabaseService 2 months ago
Trent Larson 3f46e3817a add encryption for the two SQL columns, replace basic DB utils, add USE_DEXIE_DB flag, and start adding SQL everywhere 2 months ago
Matthew Raymer a4d184b1c6 refactor(qr): improve QR code scanning robustness and error handling 3 months ago
Matthew Raymer c9536dd643 refactor: Replace console logging with logger utility 5 months ago
Trent Larson 6a070a1715 fix linting (and change a little wording in onboarding page) 6 months ago
Trent Larson 5943df756a make screen where user can create a group onboarding meeting 6 months ago
Trent Larson e97bc4893e change all copied contact URLs to contact-import, and handle multiples & singles separately 7 months ago
Trent Larson 181de625ba add sanity checks for importing bulk contacts, eg. when there is a truncated link 7 months ago
Trent Larson 2e7700731b switch so personal contact JWT is link to this server (not endorser.ch), make empty-did URL show user's info 7 months ago
Matthew Raymer 8b77d2b573 Refatored vite.config to be a bit more streamlined before adding alternate build options. This did end up requiring me to remove @ from imports for some reason. Tests came out fine. 7 months ago
Trent Larson e286a8f002 change the contact-sharing data into a JWT for the contact-import page 7 months ago
Trent Larson bf6035ec47 fix the verificationMethod type in the local ETHR DID resolver 7 months ago
Trent Larson 149481d468 finish the loading of an invite RegisterAction when clicking on a link 10 months ago
Trent Larson 1bfdcab90b add page for one-on-one invites (incomplete) 10 months ago
Trent Larson a271d9c206 add link directly into contact page to add a new contact via "contactJwt" query parameter 10 months ago
Trent Larson d724d8093c add ability to edit a GiveAction 1 year ago
Trent Larson 4270374a67 create an identifier by default, while letting them choose if passkeys are enabled 1 year ago
Trent Larson b2ebc2992b cache the passkey JWANT access token for multiple signatures 1 year ago
Trent Larson cd0a31e6f5 remove remaining getIdentity calls & fix QR code for did:peer 1 year ago
trentlarson f6338c05ee move low-level DID-related create & decode into separate folder (#120) 1 year ago
Trent Larson 7cb9e2aa52 replace remaining didJwt.createJwt calls with one that checks for did:peer 1 year ago
Trent Larson 145a1da37e linting cleanup 1 year ago
Trent Larson bce003e508 change accessToken to take a DID 1 year ago
Trent Larson 45f0a14661 add expiration inside JWANT & refactor getHeaders to move toward supporting did:peer 1 year ago
Trent Larson 9677a344c2 misc syntactic & type-checking clean-up 1 year ago
trentlarson 4cb434fd5d passkey test (#116) 1 year ago
Jason Buchanan ef5f81932d Initial stab at vitejs update 1 year ago
Trent Larson 934664b9c9 add the hashed-next-key to the contact data, shown & stored 2 years ago
Trent Larson 94051e6ba9 revert changes that are contained in other PRs 2 years ago
Trent Larson ce06e8f0fa update derivation path to the one for time 2 years ago
Trent Larson 116b239616 change derivation path, add task to test app updating 2 years ago
Trent Larson 94d9c425ad add QR scanner for adding a contact 2 years ago
Trent Larson 0c05505c46 allow use of custom derivation path, and add way to increment derivation for existing 2 years ago
Matthew Raymer 754bced2a9 Considerable cleanup. I think I also found the issue from the other day with values not loading from settings. 2 years ago
Trent Larson cfeabf05a4 refactor DB organization (prepping for more tables) 2 years ago
Trent Larson 2a7c858662 refactor: use our own SimpleSigner since library version is deprecated 3 years ago
Trent Larson 693df1bda1 feat: switch to the SimpleSigner code for working signatures 3 years ago
Matthew Aaron Raymer ba85663048 Linted 3 years ago
Trent Larson 9d566fa977 fix: use SimpleSigner directly from did-jwt 3 years ago
Matthew Aaron Raymer 150b35c4c7 Update with our own SimpleSigner 3 years ago