passkey test #116

Merged
trentlarson merged 18 commits from passkey into master 12 months ago

18 Commits

Author SHA1 Message Date
Trent Larson b068105810 Merge branch 'master' into passkey 12 months ago
Trent Larson dc04c88c33 modify test payload, add test to help with server verification 1 year ago
Trent Larson 122872f4bf allow switching to did:peer ID, remove another unnecessary data point 1 year ago
Trent Larson f8ade5289b save passkey DID in accounts, consolidate more data 1 year ago
Trent Larson c661dee520 remove duplicate data elements, including public key which is in peer DID 1 year ago
Trent Larson 141a7fd563 refactor, and make separate testing buttons for different approaches 1 year ago
Trent Larson bbf1c17e62 add signing by non-simplewebauthn code 1 year ago
Trent Larson 8cf8b9f837 finally get something other that simplewebauthn working 1 year ago
Trent Larson 237c37f29d fully split the signature creation from the verification 1 year ago
Trent Larson c5598d5b4c register with simple-lib browser (works until jwt signature validation) 1 year ago
Trent Larson 7aa37e7f68 remove lingering pieces of tests from /start 1 year ago
Trent Larson bad859ea7c move all passkey testing to /test 1 year ago
Trent Larson 0d54c50e5f attempt to simply verify something signed with the same library -- doesn't work 1 year ago
Trent Larson 8ee0c4f25e use code from @simplewebauthn/server in hopes of more accurate parsing 1 year ago
Trent Larson 3f002cb4f2 gets past code errors and now gotta verify signature (note that had to add Buffer in asn1 lib) 1 year ago
Trent Larson b7901f6c88 derive DID for issuer 1 year ago
Trent Larson 66aeb7ed29 retrieve the correct passkey just created (doesn't validate JWT) 1 year ago
Trent Larson e85ad529df add prompt for a passkey and a start at creating a JWT out of it 1 year ago