Jack Yu e2ca4308cb | ||
---|---|---|
bin | ||
public | ||
routes | ||
views | ||
.gitignore | ||
README.md | ||
app.js | ||
package-lock.json | ||
package.json |
README.md
WebRTC-PoC
WebRTC fingerprint authentication proof-of-concept.
Build Instructions
$ npm install
$ npm start
PoC will be available at http://0.0.0.0:3000
.
Key Components
This PoC demonstrates the possibility of the following:
- Generate, store, and load a specific RTCCertfiicate.
- Upload the certificate fingerprint to a webserver.
- Establish a WebRTC session between two browser instances, verify the certificate used has been registered and terminate the connection if not.