passkey test #116

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

18 Commits

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