Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://inabajunmr.github.io/webauthn-viewer/

WebAuthn API viewer on browser for learning.
https://inabajunmr.github.io/webauthn-viewer/

Last synced: about 2 months ago
JSON representation

WebAuthn API viewer on browser for learning.

Awesome Lists containing this project

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
```