index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
/
helpers
/
decodeAttestationObject.ts
Age
Commit message (
Expand
)
Author
2023-08-18
Use single-quotes and increase line width
Matthew Miller
2023-08-17
Refactor verifyRegistrationResponse tests
Matthew Miller
2023-08-16
Run `deno fmt` on everything
Matthew Miller
2023-08-16
Add file extensions to imports
Matthew Miller
2023-06-22
Change syntax for readonly property
Matthew Miller
2022-11-19
Restore registration error case detection
Matthew Miller
2022-11-19
Add some docs
Matthew Miller
2022-11-12
Figure out a better pattern for exposing iso funcs
Matthew Miller
2022-11-12
Rename isomorphic helpers to avoid collision?
Matthew Miller
2022-11-11
Refactor more to handle CBOR maps
Matthew Miller
2022-11-06
Get consistent on use of decodeCborFirst
Matthew Miller
2022-07-27
Export named decodeAttestationObject()
Matthew Miller
2021-08-02
Refactor attestation format type
Matthew Miller
2021-03-10
Remove unused import
Matthew Miller
2021-02-02
Return attestationObject as Buffer
Matthew Miller
2021-02-02
Rename ATTESTATION_FORMATS enum to singular
Matthew Miller
2020-09-12
Update verifyAttestationResponse to handle apple
Matthew Miller
2020-06-20
Add additional TPM-specific attStmt properties
Matthew Miller
2020-06-12
Add two more formats
Matthew Miller
2020-06-08
Require a version be set in Android SafetyNet resp
Matthew Miller
2020-06-08
Check attStmt alg in Packed verification
Matthew Miller
2020-06-05
Split up some types in decodeAttestationObject
Matthew Miller
2020-06-02
Standardize on use of “base64url” where applicable
Matthew Miller
2020-06-01
Move some enums and types out of types package
Matthew Miller
2020-05-26
Rename WebAuthntine to SimpleWebAuthn
Matthew Miller
2020-05-25
Run Prettier over everything
Matthew Miller
2020-05-20
Import server types from “types” package
Matthew Miller
2020-05-20
Initialize lerna project and move code to `server`
Matthew Miller