index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
browser
/
src
/
methods
/
startAttestation.ts
Age
Commit message (
Expand
)
Author
2021-08-21
starting attestation -> registration rename
Jarrett Helton
2021-04-15
Unify naming convention of string<->buffer helpers
Matthew Miller
2021-04-15
Rename toUint8Array to stringToArrayBuffer
Matthew Miller
2021-02-05
Send back extension results from Browser
Matthew Miller
2021-02-05
Add extensions placeholder in startAttestation
Matthew Miller
2020-10-05
Return authenticator transports when available
Matthew Miller
2020-07-29
Update browser to handle base64url challenges
Matthew Miller
2020-06-02
Explicitly define id and type
Matthew Miller
2020-06-02
Update start methods to use new helper
Matthew Miller
2020-06-01
Refactor browser methods to return near-raw resp.
Matthew Miller
2020-05-26
Update browser start methods to new types
Matthew Miller
2020-05-26
Rename WebAuthntine to SimpleWebAuthn
Matthew Miller
2020-05-25
Update browser startAttestation to format excluded
Matthew Miller
2020-05-25
Run Prettier over everything
Matthew Miller
2020-05-21
Capitalize “WebAuthn” properly
Matthew Miller
2020-05-20
Try to settle on a metaphor
Matthew Miller
2020-05-20
Add more docs to startAttestation in browser
Matthew Miller
2020-05-20
Refine type naming
Matthew Miller
2020-05-20
Add startAttestation method to browser
Matthew Miller