summaryrefslogtreecommitdiffhomepage
path: root/packages/browser
AgeCommit message (Collapse)Author
2020-10-07chore(release): publish v0.10.0Matthew Miller
2020-10-05Return authenticator transports when availableMatthew Miller
2020-09-09chore(release): publish v0.9.0Matthew Miller
2020-08-11chore(release): publish v0.8.2Matthew Miller
2020-08-09Add “fido” to package npm keywordsMatthew Miller
2020-07-30chore(release): publish v0.8.0Matthew Miller
2020-07-29Fix unit testsMatthew Miller
2020-07-29Update browser to handle base64url challengesMatthew Miller
2020-07-28chore(release): publish v0.7.4Matthew Miller
2020-07-28Run `npm update` on browserMatthew Miller
2020-07-28chore(release): publish v0.7.3Matthew Miller
2020-07-28Add test for UTF-8 challengesMatthew Miller
2020-07-28Set up custom Jest test environmentMatthew Miller
2020-07-28Use TextEncoder to encode UTF-8 to a bufferMatthew Miller
2020-07-24chore(release): publish v0.7.2Matthew Miller
2020-07-23Update repo READMEs to point to new docs siteMatthew Miller
2020-07-13chore(release): publish v0.7.1Matthew Miller
2020-07-13chore(release): publish v0.7.1-alpha.1Matthew Miller
2020-07-13Convert relative URLs in READMEs to absolute URLsMatthew Miller
2020-07-13chore(release): publish v0.7.1-alpha.0Matthew Miller
2020-07-13Fix homepage links in package package.json filesMatthew Miller
2020-07-13Add “repository” to packages’ package.json filesMatthew Miller
2020-07-12chore(release): publish v0.7.0Matthew Miller
2020-06-12Tweak jest configs to enable cache clearingMatthew Miller
2020-06-07chore(release): publish v0.6.0Matthew Miller
2020-06-03Update README’s with new docs URLMatthew Miller
2020-06-03chore(release): publish v0.5.1Matthew Miller
2020-06-02chore(release): publish v0.5.0Matthew Miller
2020-06-02Standardize on use of “base64url” where applicableMatthew Miller
2020-06-02Uninstall base64-js typesMatthew Miller
2020-06-02Remove base64-js from dev dependenciesMatthew 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-02Mark base64-js as a dev dependencyMatthew 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-29Remove old “docs” scripts from package.json’sMatthew Miller
2020-05-29Update server and browser README with docs linksMatthew Miller
2020-05-29Add plugin for better module naming controlMatthew Miller
2020-05-29Move TypeDoc config into root tsconfigMatthew Miller
2020-05-28Add configs for TypeDocMatthew Miller
2020-05-26chore(release): publish v0.4.0Matthew Miller
2020-05-26Update browser start methods to new typesMatthew Miller
2020-05-26chore(release): publish v0.3.0Matthew Miller
2020-05-26Replace last vestiges of “webauthntine”Matthew Miller
2020-05-26Rename WebAuthntine to SimpleWebAuthnMatthew Miller
2020-05-25chore(release): publish v0.2.3Matthew Miller
2020-05-25Update browser startAttestation to format excludedMatthew Miller