summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src
AgeCommit message (Collapse)Author
2020-06-02Standardize on use of “base64url” where applicableMatthew Miller
2020-06-02Explicitly define id and typeMatthew Miller
It turns out that properties on PublicKeyCredentials are non-enumerable getters, so the spread operator won’t pick them up. This means we need to manually re-construct attestation and assertion credentials when we convert them to JSON.
2020-06-02Get unit tests passing againMatthew Miller
2020-06-02Update start methods to use new helperMatthew Miller
2020-06-02Refactor to incorporate new helperMatthew Miller
2020-06-02Add new Base64URL<->Buffer helper methodsMatthew Miller
2020-06-01Refactor browser methods to return near-raw resp.Matthew Miller
2020-05-29Add plugin for better module naming controlMatthew Miller
2020-05-26Update browser start methods to new typesMatthew Miller
2020-05-26Replace last vestiges of “webauthntine”Matthew Miller
2020-05-26Rename WebAuthntine to SimpleWebAuthnMatthew Miller
2020-05-25Update browser startAttestation to format excludedMatthew Miller
2020-05-25Add toPublicKeyCredentialDescriptor browser helperMatthew Miller
2020-05-25Run ESLint over everythingMatthew Miller
2020-05-25Run Prettier over everythingMatthew Miller
2020-05-25Remove global.window check in setupTestsMatthew Miller
2020-05-25Add test for window being undefinedPascal Sthamer
2020-05-25Make @webauthntine/browser work in node envPascal Sthamer
2020-05-23Fix padding count calculationMatthew Miller
2020-05-22Require credential ID from browser after assertionMatthew Miller
2020-05-22Clarify usage of toUint8ArrayMatthew Miller
2020-05-22Fix misspelling in toBase64String testMatthew Miller
2020-05-22Adjust some mock values in startAssertion testsMatthew Miller
2020-05-22Adjust how cred ID is converted for assertionMatthew Miller
2020-05-22Stop stripping base64 padding in browserMatthew Miller
2020-05-21Comment out console spies in browserMatthew Miller
2020-05-21Add remaining unit tests for browserMatthew Miller
2020-05-21Add tests for startAttestation in browserMatthew Miller
2020-05-21Capitalize “WebAuthn” properlyMatthew Miller
2020-05-21Add startAssertion to browserMatthew Miller
2020-05-20Add startAttestation to browser exportsMatthew Miller
2020-05-20Try to settle on a metaphorMatthew Miller
2020-05-20Add more docs to startAttestation in browserMatthew Miller
2020-05-20Refine type namingMatthew Miller
2020-05-20Export supportsWebauthn from browserMatthew Miller
2020-05-20Add startAttestation method to browserMatthew Miller
2020-05-20Add some browser helpersMatthew Miller
2020-05-20Create browser packageMatthew Miller