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
2024-01-20
Move typescript-types/ to types/
Matthew Miller
2023-10-25
Commit dom.ts
Matthew Miller
2023-08-18
Use single-quotes and increase line width
Matthew Miller
2023-08-18
Format typescript-types and add more exports
Matthew Miller
2023-08-16
Move more deps into deps.ts
Matthew Miller
2023-08-16
Explicitly export types to appease Deno
Matthew Miller
2023-06-25
Merge pull request #400 from MasterKale/feat/json-type-updates
m7n-openwrt
openwrt
Matthew Miller
2023-06-25
Shift publicKey around
Matthew Miller
2023-06-25
Update AuthenticatorAttestationResponseJSON
Matthew Miller
2023-06-25
Add new "smart-card" transport
Matthew Miller
2022-12-27
Lint everything
Matthew Miller
2022-12-27
Be more cautious with transports
Matthew Miller
2022-12-27
Update typing on getTransports()
Matthew Miller
2022-12-27
Clean up unused imports
Matthew Miller
2022-12-27
Add new methods to PublicKeyCredentialFuture
Matthew Miller
2022-12-27
Change over to AuthenticationResponseJSON
Matthew Miller
2022-12-27
Change over to RegistrationResponseJSON
Matthew Miller
2022-12-27
Copy over some registration types
Matthew Miller
2022-11-29
Run linting on everything
Matthew Miller
2022-11-29
Clean up some unused imports
Matthew Miller
2022-11-19
Fix issues in Browser due to TypeScript upgrade
Matthew Miller
2022-11-17
Update to TypeScript 4.9
Matthew Miller
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
[next]