index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
browser
/
src
/
methods
/
startAssertion.ts
Age
Commit message (
Expand
)
Author
2021-08-21
renaming assertion -> authentication
Jarrett Helton
2021-04-15
Convert assertion userHandle back to UTF-8 string
Matthew Miller
2021-02-05
Send back extension results from Browser
Matthew Miller
2020-12-07
review fixes
Antoine Cormouls
2020-12-04
Optional Allow Credential
Antoine Cormouls
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
Add toPublicKeyCredentialDescriptor browser helper
Matthew Miller
2020-05-25
Run ESLint over everything
Matthew Miller
2020-05-25
Run Prettier over everything
Matthew Miller
2020-05-23
Fix padding count calculation
Matthew Miller
2020-05-22
Require credential ID from browser after assertion
Matthew Miller
2020-05-22
Adjust how cred ID is converted for assertion
Matthew Miller
2020-05-21
Capitalize “WebAuthn” properly
Matthew Miller
2020-05-21
Add startAssertion to browser
Matthew Miller