index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
typescript-types
/
src
Age
Commit message (
Expand
)
Author
2021-04-17
Update types related to user.id/userHandle
Matthew Miller
2021-02-06
Remove optional from clientExtensionResults type
Matthew Miller
2021-02-05
Update JSON types with DOM extension types
Matthew Miller
2021-02-05
Remove custom extension types
Matthew Miller
2021-02-05
Fix credProps extension input
Matthew Miller
2021-02-05
Start defining extension types
Matthew Miller
2021-02-04
Revert changes to AuthenticatorDevice type
Matthew Miller
2021-02-03
Make userHandle on AuthenticatorDevice optional
Matthew Miller
2021-02-02
Return attestationObject as Buffer
Matthew Miller
2021-02-02
Update AuthenticatorDevice with more data
Matthew Miller
2020-12-22
Add optional `transports` to AuthenticatorDevice
Matthew Miller
2020-12-04
fix tests
Antoine Cormouls
2020-12-04
fix type
Antoine Cormouls
2020-11-26
chore(typescript-types): always generate dom.ts
Jonathan Stewmon
2020-11-26
build: extract-dom-types script to generate dom.ts
Jonathan Stewmon
2020-11-26
chore: remove dom lib reference from server package
Jonathan Stewmon
2020-10-27
chore: Remove unnecessary @preferred tag
Gerrit Birkeland
2020-10-05
Clarify AuthenticatorAttestationResponseFuture
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-06-03
Capitalize “base64url” in existing comments
Matthew Miller
2020-06-03
Add some commenting to response JSON interfaces
Matthew Miller
2020-06-03
Re-export two response JSON interfaces
Matthew Miller
2020-06-02
Standardize on use of “base64url” where applicable
Matthew Miller
2020-06-02
Rename “Base64String” to “Base64URLString”
Matthew Miller
2020-06-02
Remove some old comments
Matthew Miller
2020-06-02
Exclude methods from credential JSON output
Matthew Miller
2020-06-01
Update AuthenticatorDevice type def
Matthew Miller
2020-06-01
Move some enums and types out of types package
Matthew Miller
2020-06-01
Stop exporting two now-internal types
Matthew Miller
2020-06-01
Move some type comments around
Matthew Miller
2020-06-01
Try to communicate the expected string encoding
Matthew Miller
2020-06-01
Update types to reflect original response shape
Matthew Miller
2020-05-29
Add plugin for better module naming control
Matthew Miller
2020-05-26
Refactor types to extend existing WebAuthn types
Matthew Miller
2020-05-25
Add excludeCredentials to attestation options type
Matthew Miller
2020-05-25
Add new credential descriptor JSON type
Matthew Miller
2020-05-25
Run Prettier over everything
Matthew Miller
2020-05-23
Remove support for ECDAA
Matthew Miller
2020-05-22
Add authenticatorInfo after assertion verification
Matthew Miller
2020-05-22
Require credential ID from browser after assertion
Matthew Miller
2020-05-22
Convert parseAttestationAuthData to helper
Matthew Miller
2020-05-22
Mirror attestation authData returned in assertion
Matthew Miller
2020-05-22
Add some notes on output from verification methods
Matthew Miller
2020-05-22
Return counter in assertion verification
Matthew Miller
2020-05-21
Add userVerified property to verified attestations
Matthew Miller
2020-05-21
Refine AuthenticatorAssertionResponseJSON interface
Matthew Miller
2020-05-20
Refine type naming
Matthew Miller
2020-05-20
Rename some types
Matthew Miller
[next]