passkey test #116

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

18 Commits

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