index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
Age
Commit message (
Collapse
)
Author
2022-11-13
Replace isBase64URLString with isoBase64URL func
Matthew Miller
2022-11-13
Tweak isoCrypto docstring
Matthew Miller
2022-11-13
Update helpers to use isoCrypto
Matthew Miller
2022-11-13
Move raw Crypto stuff into an iso helper
Matthew Miller
2022-11-13
Update toHash to use SubtleCrypto
Matthew Miller
2022-11-13
Figure out a slow part of cert path validation
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
I think `helpers/uint8Array.ts` might conflict with CI's ability to resolve the global `Uint8Array` when I `import * as uint8Array`...just a hunch. I decided to rename all the helpers too to help keep them grouped together.
2022-11-11
Attempt to make generateChallenge isomorphic
Matthew Miller
2022-11-11
Update fetch reference
Matthew Miller
2022-11-11
Refactor RP ID hash matching
Matthew Miller
2022-11-11
Make toHash async to prep for SubtleCrypto
Matthew Miller
2022-11-11
Use globalThis for generateChallenge()
Matthew Miller
2022-11-11
Clean up uint8array text en/decoder
Matthew Miller
2022-11-11
Remove some lingering Buffer
Matthew Miller
2022-11-11
Switch to cross-fetch for fetch
Matthew Miller
2022-11-11
Refactor to use node-factor-native
Matthew Miller
2022-11-11
Use more globalThis
Matthew Miller
2022-11-11
Be explicit about globalThis in string encoding
Matthew Miller
2022-11-11
Tighten up base64 vs base64url detection
Matthew Miller
2022-11-11
Clean up some lingering uint8array helper refs
Matthew Miller
2022-11-11
Refactor more to handle CBOR maps
Matthew Miller
2022-11-11
Update verify reg resp for CBOR maps
Matthew Miller
2022-11-11
Replace more referneces to external base64url
Matthew Miller
2022-11-11
Replace some more references to Buffer
Matthew Miller
2022-11-11
Expose new helpers in helpers export
Matthew Miller
2022-11-11
Refactor decodeAuthenticatorExtensions
Matthew Miller
2022-11-11
Replace use of base64url dep in clientDataJSON
Matthew Miller
2022-11-11
Refactor to use cbor helpers
Matthew Miller
2022-11-11
Refactor parseAuthenticatorData
Matthew Miller
2022-11-11
Update uint8Array import paths
Matthew Miller
2022-11-11
Expand uint8array utils
Matthew Miller
2022-11-11
Expand base64url utils and remove default
Matthew Miller
2022-11-11
Expand decodeCborFirst into cbor utils
Matthew Miller
2022-11-06
Update COSEPublicKey typing for new cbor output
Matthew Miller
2022-11-06
Get consistent on use of decodeCborFirst
Matthew Miller
2022-11-06
Rewrite decodeCborFirst with cbor-x
Matthew Miller
2022-11-06
Switch to uint8array helpers
Matthew Miller
2022-11-06
Switch to internal base64url
Matthew Miller
2022-11-05
Replace most Buffer types with Uint8Array
Matthew Miller
2022-11-05
Add new uint8array helpers
Matthew Miller
2022-11-05
Add new base64url helpers
Matthew Miller
2022-08-22
Add more explicit typing
Matthew Miller
2022-08-22
Add `userVerified` to auth verification output
Matthew Miller
2022-08-18
Give EdDSA top priority for registration
Matthew Miller
2022-08-17
Remove setting residentKey to discouraged for FIDO
Matthew Miller
2022-08-17
Update and add tests
Matthew Miller
2022-08-17
Capture more resident key nuances from the spec
Matthew Miller
2022-08-16
Remove elliptic and node-rsa
Matthew Miller
2022-08-16
Add support for -35 hash alg
Matthew Miller
[prev]
[next]