Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://opotonniee.github.io/webauthn-playground/
Developper testing tools for WebAuthn operations
https://opotonniee.github.io/webauthn-playground/
Last synced: 3 months ago
JSON representation
Developper testing tools for WebAuthn operations
- Host: GitHub
- URL: https://opotonniee.github.io/webauthn-playground/
- Owner: opotonniee
- License: apache-2.0
- Created: 2023-03-24T10:41:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-10T08:25:20.000Z (4 months ago)
- Last Synced: 2024-07-10T10:16:40.667Z (4 months ago)
- Language: HTML
- Homepage: https://opotonniee.github.io/webauthn-playground/
- Size: 238 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-webauthn - WebAuthn Playground - A web page (no server) to test WebAuthn operations with configurable parameters, and view/parse responses. (Dev tools)
README
# WebAuthn Playground
Developer testing tools for WebAuthn operations.
## Objective and context
This application helps to visualize the [WebAuthn](https://www.w3.org/TR/webauthn-3/) behavior and responses on the different platforms/browsers.
The tool can be configured to use either the [SimpleWebAuthn](https://simplewebauthn.dev/) browser library, or the [Thales IdCloud](https://developer.dbp.thalescloud.io/docs/idcloud-getting-started) library. The behavior is expected to be similar in both configurations.
This is a **client-only tool**: there is no server involved.
## Usage
* Register (create credential) and Login (get credential) operations can be configured with dropdown / checkbox settings, the JSON request is automatically updated and displayed
* The displayed JSON request can further be customized manually in the "input" text area. This area turns to red when JSON is invalid. You can reset to default JSON by clicking the sponge icon.
* The result of the WebAuthn operation is displayed in the "output" text area. Some useful encoded parts from the WebAuthn response are automatically decoded in a human-readable format below the "output" area.
* You can also paste your own WebAuthn json response obtained elsewhere, and click the magnifier icon to parse it. Note that the parser expects the bytes buffers to be base64 encoded in the JSON.