Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://inabajunmr.github.io/webauthn-viewer/
WebAuthn API viewer on browser for learning.
https://inabajunmr.github.io/webauthn-viewer/
Last synced: 3 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T14:07:23.000Z (7 months ago)
- Last Synced: 2024-04-18T13:12:29.103Z (7 months ago)
- Language: Vue
- Homepage:
- Size: 9.95 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
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/
![image](image.gif)
## 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
```