index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
browser
/
src
Age
Commit message (
Collapse
)
Author
2020-12-04
Optional Allow Credential
Antoine Cormouls
2020-12-01
Merge branch 'master' into update-typescript
Matthew Miller
2020-11-18
test: explicitly type global as any to avoid spy type check
Jonathan Stewmon
2020-11-04
chore(deps-dev): bump typescript from 3.9.7 to 4.0.5
Jonathan Stewmon
2020-10-27
chore: Remove unnecessary @preferred tag
Gerrit Birkeland
2020-10-05
Return authenticator transports when available
Matthew Miller
2020-07-29
Fix unit tests
Matthew Miller
2020-07-29
Update browser to handle base64url challenges
Matthew Miller
2020-07-28
Add test for UTF-8 challenges
Matthew Miller
2020-07-28
Use TextEncoder to encode UTF-8 to a buffer
Matthew Miller
2020-06-02
Standardize on use of “base64url” where applicable
Matthew Miller
2020-06-02
Explicitly define id and type
Matthew Miller
It turns out that properties on PublicKeyCredentials are non-enumerable getters, so the spread operator won’t pick them up. This means we need to manually re-construct attestation and assertion credentials when we convert them to JSON.
2020-06-02
Get unit tests passing again
Matthew Miller
2020-06-02
Update start methods to use new helper
Matthew Miller
2020-06-02
Refactor to incorporate new helper
Matthew Miller
2020-06-02
Add new Base64URL<->Buffer helper methods
Matthew Miller
2020-06-01
Refactor browser methods to return near-raw resp.
Matthew Miller
2020-05-29
Add plugin for better module naming control
Matthew Miller
2020-05-26
Update browser start methods to new types
Matthew Miller
2020-05-26
Replace last vestiges of “webauthntine”
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
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-25
Remove global.window check in setupTests
Matthew Miller
2020-05-25
Add test for window being undefined
Pascal Sthamer
2020-05-25
Make @webauthntine/browser work in node env
Pascal Sthamer
2020-05-23
Fix padding count calculation
Matthew Miller
2020-05-22
Require credential ID from browser after assertion
Matthew Miller
2020-05-22
Clarify usage of toUint8Array
Matthew Miller
2020-05-22
Fix misspelling in toBase64String test
Matthew Miller
2020-05-22
Adjust some mock values in startAssertion tests
Matthew Miller
2020-05-22
Adjust how cred ID is converted for assertion
Matthew Miller
2020-05-22
Stop stripping base64 padding in browser
Matthew Miller
2020-05-21
Comment out console spies in browser
Matthew Miller
2020-05-21
Add remaining unit tests for browser
Matthew Miller
2020-05-21
Add tests for startAttestation in browser
Matthew Miller
2020-05-21
Capitalize “WebAuthn” properly
Matthew Miller
2020-05-21
Add startAssertion to browser
Matthew Miller
2020-05-20
Add startAttestation to browser exports
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
Export supportsWebauthn from browser
Matthew Miller
2020-05-20
Add startAttestation method to browser
Matthew Miller
2020-05-20
Add some browser helpers
Matthew Miller
2020-05-20
Create browser package
Matthew Miller
[prev]