passkey test #116

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

18 Commits

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