Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-19 | Merge pull request #65 from MasterKale/feature/assertion-rp-id | Matthew Miller | |
feature/assertion-rp-id | |||
2020-10-19 | Add unit test for rpID | Matthew Miller | |
2020-10-19 | Add rpID argument | Matthew Miller | |
2020-10-12 | Update example to v0.10.2 | Matthew Miller | |
2020-10-12 | Update CHANGELOG to v0.10.2 | Matthew Miller | |
2020-10-12 | chore(release): publish v0.10.2 | Matthew Miller | |
2020-10-12 | Merge pull request #62 from MasterKale/feature/upgrade-asn1-libs | Matthew Miller | |
feature/upgrade-asn1-libs | |||
2020-10-12 | chore(release): publish v0.10.2-alpha.0 | Matthew Miller | |
2020-10-12 | Update OctetString values to access new `.buffer` | Matthew Miller | |
2020-10-12 | Update @peculiar/asn1-* libs to latest | Matthew Miller | |
2020-10-10 | Update example FIDO Conformance with new MDS URL | Matthew Miller | |
2020-10-07 | Add missing feature to v0.10.0 changelog | Matthew Miller | |
2020-10-07 | Update example to v0.10.1 | Matthew Miller | |
2020-10-07 | Update CHANGELOG to v0.10.1 | Matthew Miller | |
2020-10-07 | chore(release): publish v0.10.1 | Matthew Miller | |
2020-10-07 | Merge pull request #60 from MasterKale/fix/server-pin-dependencies | Matthew Miller | |
fix/server-pin-dependencies | |||
2020-10-07 | Pin dependencies more strictly | Matthew Miller | |
2020-10-07 | Upgrade example to v0.10.0 | Matthew Miller | |
2020-10-07 | Update Changelog to v0.10.0 | Matthew Miller | |
2020-10-07 | chore(release): publish v0.10.0 | Matthew Miller | |
2020-10-07 | Merge pull request #58 from ↵ | Matthew Miller | |
MasterKale/feature/improve-browser-credential-selection feature/improve-browser-credential-selection | |||
2020-10-07 | Merge pull request #59 from MasterKale/feature/attestation-apple | Matthew Miller | |
feature/attestation-apple | |||
2020-10-07 | Remove some console logging | Matthew Miller | |
2020-10-07 | Brute force nonce extraction from cert extension | Matthew Miller | |
2020-10-07 | Implement verification | Matthew Miller | |
As described here: https://github.com/w3c/webauthn/pull/1491 | |||
2020-10-06 | Add test for Apple verification | Matthew Miller | |
2020-10-05 | Update tests | Matthew Miller | |
2020-10-05 | Remove old option from generateAssertionOptions | Matthew Miller | |
2020-10-05 | Clarify AuthenticatorAttestationResponseFuture | Matthew Miller | |
2020-10-05 | Return authenticator transports when available | Matthew Miller | |
2020-10-05 | Add `transports` to AttestationCredentialJSON | Matthew Miller | |
2020-10-05 | Use new AuthenticatorAttestationResponseFuture | Matthew Miller | |
2020-10-05 | Create AuthenticatorAttestationResponseFuture type | Matthew Miller | |
2020-10-05 | Use raw `allowCredentials` for assertion opts | Matthew Miller | |
Support per-credential transports instead of assuming that all allowable credentials use a single list of transports. | |||
2020-10-05 | Use raw `excludeCredentials` for attestation opts | Matthew 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-13 | Update example to v0.9.1 | Matthew Miller | |
2020-09-13 | Update CHANGELOG to v0.9.1 | Matthew Miller | |
2020-09-13 | chore(release): publish v0.9.1 | Matthew Miller | |
2020-09-13 | Merge 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-14 | Bump node-fetch from 2.6.0 to 2.6.1 in /packages/server | dependabot[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-13 | Merge 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-12 | Update verifyAttestationResponse to handle apple | Matthew Miller | |
2020-09-12 | Add verifyApple method | Matthew Miller | |
2020-09-13 | Bump node-fetch from 2.6.0 to 2.6.1 in /example | dependabot[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-09 | Update example to v0.9.0 | Matthew Miller | |
2020-09-09 | Update CHANGELOG to v0.9.0 | Matthew Miller | |
2020-09-09 | chore(release): publish v0.9.0 | Matthew Miller | |
2020-09-09 | Merge pull request #52 from MasterKale/feature/rename-serviceName-param | Matthew Miller | |
feature/rename-serviceName-param | |||
2020-09-09 | Fix unit tests | Matthew Miller | |
2020-09-09 | Rename serviceName to rpName | Matthew Miller | |