summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2020-10-19Merge pull request #65 from MasterKale/feature/assertion-rp-idMatthew Miller
feature/assertion-rp-id
2020-10-19Add unit test for rpIDMatthew Miller
2020-10-19Add rpID argumentMatthew Miller
2020-10-12Update example to v0.10.2Matthew Miller
2020-10-12Update CHANGELOG to v0.10.2Matthew Miller
2020-10-12chore(release): publish v0.10.2Matthew Miller
2020-10-12Merge pull request #62 from MasterKale/feature/upgrade-asn1-libsMatthew Miller
feature/upgrade-asn1-libs
2020-10-12chore(release): publish v0.10.2-alpha.0Matthew Miller
2020-10-12Update OctetString values to access new `.buffer`Matthew Miller
2020-10-12Update @peculiar/asn1-* libs to latestMatthew Miller
2020-10-10Update example FIDO Conformance with new MDS URLMatthew Miller
2020-10-07Add missing feature to v0.10.0 changelogMatthew Miller
2020-10-07Update example to v0.10.1Matthew Miller
2020-10-07Update CHANGELOG to v0.10.1Matthew Miller
2020-10-07chore(release): publish v0.10.1Matthew Miller
2020-10-07Merge pull request #60 from MasterKale/fix/server-pin-dependenciesMatthew Miller
fix/server-pin-dependencies
2020-10-07Pin dependencies more strictlyMatthew Miller
2020-10-07Upgrade example to v0.10.0Matthew Miller
2020-10-07Update Changelog to v0.10.0Matthew Miller
2020-10-07chore(release): publish v0.10.0Matthew Miller
2020-10-07Merge pull request #58 from ↵Matthew Miller
MasterKale/feature/improve-browser-credential-selection feature/improve-browser-credential-selection
2020-10-07Merge pull request #59 from MasterKale/feature/attestation-appleMatthew Miller
feature/attestation-apple
2020-10-07Remove some console loggingMatthew Miller
2020-10-07Brute force nonce extraction from cert extensionMatthew Miller
2020-10-07Implement verificationMatthew Miller
As described here: https://github.com/w3c/webauthn/pull/1491
2020-10-06Add test for Apple verificationMatthew Miller
2020-10-05Update testsMatthew Miller
2020-10-05Remove old option from generateAssertionOptionsMatthew Miller
2020-10-05Clarify AuthenticatorAttestationResponseFutureMatthew Miller
2020-10-05Return authenticator transports when availableMatthew Miller
2020-10-05Add `transports` to AttestationCredentialJSONMatthew Miller
2020-10-05Use new AuthenticatorAttestationResponseFutureMatthew Miller
2020-10-05Create AuthenticatorAttestationResponseFuture typeMatthew Miller
2020-10-05Use raw `allowCredentials` for assertion optsMatthew Miller
Support per-credential transports instead of assuming that all allowable credentials use a single list of transports.
2020-10-05Use raw `excludeCredentials` for attestation optsMatthew Miller
In trying to simplify things I’d inadvertently painted myself into a corner. Credentials should be stored with the transports they support. It’ll make this project more secure to support specifying different transports per credential, instead of assuming that all credentials a user registered use the same transports.
2020-09-13Update example to v0.9.1Matthew Miller
2020-09-13Update CHANGELOG to v0.9.1Matthew Miller
2020-09-13chore(release): publish v0.9.1Matthew Miller
2020-09-13Merge pull request #55 from ↵Matthew Miller
MasterKale/dependabot/npm_and_yarn/packages/server/node-fetch-2.6.1 Bump node-fetch from 2.6.0 to 2.6.1 in /packages/server
2020-09-14Bump node-fetch from 2.6.0 to 2.6.1 in /packages/serverdependabot[bot]
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-09-13Merge pull request #54 from ↵Matthew Miller
MasterKale/dependabot/npm_and_yarn/example/node-fetch-2.6.1 Bump node-fetch from 2.6.0 to 2.6.1 in /example
2020-09-12Update verifyAttestationResponse to handle appleMatthew Miller
2020-09-12Add verifyApple methodMatthew Miller
2020-09-13Bump node-fetch from 2.6.0 to 2.6.1 in /exampledependabot[bot]
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-09-09Update example to v0.9.0Matthew Miller
2020-09-09Update CHANGELOG to v0.9.0Matthew Miller
2020-09-09chore(release): publish v0.9.0Matthew Miller
2020-09-09Merge pull request #52 from MasterKale/feature/rename-serviceName-paramMatthew Miller
feature/rename-serviceName-param
2020-09-09Fix unit testsMatthew Miller
2020-09-09Rename serviceName to rpNameMatthew Miller