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
2022-11-11
Replace some lingering references to Buffer
Matthew Miller
2022-07-28
Run `npm run lint`
Matthew Miller
2022-07-04
Add new hybrid transport
Matthew Miller
2022-07-04
Update the interface that credentials extend
Matthew Miller
2022-07-04
Add authenticatorAttachment
Matthew Miller
2022-07-01
Properly type isConditionalMediationAvailable
Matthew Miller
2022-06-20
Attempt to cast PublicKeyCredential for new method
Matthew Miller
2022-05-18
Point PublicKeyCredentialDescriptor to "Future"
Matthew Miller
2022-05-18
Create PublicKeyCredentialDescriptorFuture
Matthew Miller
2022-05-18
Update transport types to "Future"
Matthew Miller
2022-05-18
Upgrade AuthenticatorTransport to "Future"
Matthew Miller
2022-05-15
Tweak docstring for CredentialDeviceType
Matthew Miller
2022-05-15
Define new CredentialDeviceType type
Matthew Miller
2022-04-27
Add "cable" support
Matthew Miller
2021-08-21
renaming assertion -> authentication
Jarrett Helton
2021-08-21
starting attestation -> registration rename
Jarrett Helton
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
[next]