index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
/
helpers
/
index.ts
Age
Commit message (
Expand
)
Author
2024-04-11
Add method to generate user IDs
Matthew Miller
2024-01-10
Export additional COSEPubKey types in the server package
Mikhail
2023-08-18
Use single-quotes and increase line width
Matthew Miller
2023-08-16
Run `deno fmt` on everything
Matthew Miller
2023-08-16
Run `ddi fmt` over src/
Matthew Miller
2023-08-16
Add file extensions to imports
Matthew Miller
2022-11-19
Update helpers exports
Matthew Miller
2022-11-19
Split out COSE-specific values
Matthew Miller
2022-11-13
Replace isBase64URLString with isoBase64URL func
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
2022-11-11
Expose new helpers in helpers export
Matthew Miller
2022-07-27
Export named verifySignature()
Matthew Miller
2022-07-27
Export named validateCertificatePath()
Matthew Miller
2022-07-27
Export named toHash()
Matthew Miller
2022-07-27
Export named parseAuthenticatorData()
Matthew Miller
2022-07-27
Export named isCertRevoked()
Matthew Miller
2022-07-27
Export named isBase64URLString()
Matthew Miller
2022-07-27
Export named getCertificateInfo()
Matthew Miller
2022-07-27
Export named generateChallenge()
Matthew Miller
2022-07-27
Export named decodeCredentialPublicKey()
Matthew Miller
2022-07-27
Export named decodeClientDataJSON()
Matthew Miller
2022-07-27
Export named decodeAttestationObject()
Matthew Miller
2022-07-27
Export named convertPublicKeyToPEM()
Matthew Miller
2022-07-27
Export named convertCOSEtoPKCS()
Matthew Miller
2022-07-27
Export named convertCertBufferToPEM()
Matthew Miller
2022-07-27
Export named convertAAGUIDToString()
Matthew Miller
2021-08-22
Gather together all existing helpers and types
Matthew Miller