index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
browser
Age
Commit message (
Collapse
)
Author
2020-10-07
chore(release): publish v0.10.0
Matthew Miller
2020-10-05
Return authenticator transports when available
Matthew Miller
2020-09-09
chore(release): publish v0.9.0
Matthew Miller
2020-08-11
chore(release): publish v0.8.2
Matthew Miller
2020-08-09
Add “fido” to package npm keywords
Matthew Miller
2020-07-30
chore(release): publish v0.8.0
Matthew Miller
2020-07-29
Fix unit tests
Matthew Miller
2020-07-29
Update browser to handle base64url challenges
Matthew Miller
2020-07-28
chore(release): publish v0.7.4
Matthew Miller
2020-07-28
Run `npm update` on browser
Matthew Miller
2020-07-28
chore(release): publish v0.7.3
Matthew Miller
2020-07-28
Add test for UTF-8 challenges
Matthew Miller
2020-07-28
Set up custom Jest test environment
Matthew Miller
2020-07-28
Use TextEncoder to encode UTF-8 to a buffer
Matthew Miller
2020-07-24
chore(release): publish v0.7.2
Matthew Miller
2020-07-23
Update repo READMEs to point to new docs site
Matthew Miller
2020-07-13
chore(release): publish v0.7.1
Matthew Miller
2020-07-13
chore(release): publish v0.7.1-alpha.1
Matthew Miller
2020-07-13
Convert relative URLs in READMEs to absolute URLs
Matthew Miller
2020-07-13
chore(release): publish v0.7.1-alpha.0
Matthew Miller
2020-07-13
Fix homepage links in package package.json files
Matthew Miller
2020-07-13
Add “repository” to packages’ package.json files
Matthew Miller
2020-07-12
chore(release): publish v0.7.0
Matthew Miller
2020-06-12
Tweak jest configs to enable cache clearing
Matthew Miller
2020-06-07
chore(release): publish v0.6.0
Matthew Miller
2020-06-03
Update README’s with new docs URL
Matthew Miller
2020-06-03
chore(release): publish v0.5.1
Matthew Miller
2020-06-02
chore(release): publish v0.5.0
Matthew Miller
2020-06-02
Standardize on use of “base64url” where applicable
Matthew Miller
2020-06-02
Uninstall base64-js types
Matthew Miller
2020-06-02
Remove base64-js from dev dependencies
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
Mark base64-js as a dev dependency
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
Remove old “docs” scripts from package.json’s
Matthew Miller
2020-05-29
Update server and browser README with docs links
Matthew Miller
2020-05-29
Add plugin for better module naming control
Matthew Miller
2020-05-29
Move TypeDoc config into root tsconfig
Matthew Miller
2020-05-28
Add configs for TypeDoc
Matthew Miller
2020-05-26
chore(release): publish v0.4.0
Matthew Miller
2020-05-26
Update browser start methods to new types
Matthew Miller
2020-05-26
chore(release): publish v0.3.0
Matthew Miller
2020-05-26
Replace last vestiges of “webauthntine”
Matthew Miller
2020-05-26
Rename WebAuthntine to SimpleWebAuthn
Matthew Miller
2020-05-25
chore(release): publish v0.2.3
Matthew Miller
2020-05-25
Update browser startAttestation to format excluded
Matthew Miller
[next]