546 B
546 B
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.