https://inabajunmr.github.io/webauthn-viewer/
WebAuthn API viewer on browser for learning.
https://inabajunmr.github.io/webauthn-viewer/
Last synced: 24 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T17:57:26.000Z (8 months ago)
- Last Synced: 2024-11-13T10:37:45.593Z (7 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
```