index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
/
helpers
/
decodeClientDataJSON.ts
Age
Commit message (
Collapse
)
Author
2024-04-12
Update uses of base64url string methods
Matthew Miller
2024-02-22
Refine typing on data arg
Matthew Miller
2023-08-18
Use single-quotes and increase line width
Matthew Miller
2023-08-17
Update verifyAuthenticationResponse tests
Matthew Miller
2023-08-16
Run `deno fmt` on everything
Matthew Miller
2023-08-16
Add file extensions to imports
Matthew Miller
2022-11-20
Run linter over everything
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
Replace use of base64url dep in clientDataJSON
Matthew Miller
2022-07-27
Export named decodeClientDataJSON()
Matthew Miller
2021-08-22
Gather together all existing helpers and types
Matthew Miller
2020-06-07
Add more properties to ClientDataJSON type
Matthew Miller
2020-06-07
Stop decoding challenge in clientDataJSON
Matthew Miller
2020-06-05
Use base64url to decode clientDataJSON
Matthew Miller
2020-06-05
Replace “base64” with “base64url” in some comments
Matthew Miller
2020-06-05
Replace asciiToBinary with more base64url usage
Matthew Miller
2020-06-01
Move some enums and types out of types package
Matthew Miller
2020-05-26
Rename WebAuthntine to SimpleWebAuthn
Matthew Miller
2020-05-24
Decode `challenge` when decoding client data
Matthew Miller
2020-05-20
Import server types from “types” package
Matthew Miller
2020-05-20
Initialize lerna project and move code to `server`
Matthew Miller