https://inabajunmr.github.io/webauthn-viewer/
WebAuthn API viewer on browser for learning.
https://inabajunmr.github.io/webauthn-viewer/
Last synced: 6 months ago
JSON representation
WebAuthn API viewer on browser for learning.
- Host: GitHub
- URL: https://inabajunmr.github.io/webauthn-viewer/
- Owner: inabajunmr
- License: mit
- Created: 2020-02-02T06:27:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T17:57:26.000Z (about 1 year ago)
- Last Synced: 2024-11-13T10:37:45.593Z (12 months ago)
- Language: Vue
- Homepage:
- Size: 7.19 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-webauthn - WebAuthn Viewer - A GUI based WebAuthn API response viewer. (Demos)
README
# webauthn-viewer
WebAuthn response viewer for learning.
https://inabajunmr.github.io/webauthn-viewer/

## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### over nodejs 7
```
export NODE_OPTIONS=--openssl-legacy-provider
```