WebRTC-PoC/README.md

24 lines
546 B
Markdown
Raw Permalink Normal View History

2024-10-27 04:49:45 +00:00
WebRTC-PoC
==========
WebRTC fingerprint authentication proof-of-concept.
Build Instructions
------------------
```bash
$ 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:
1. Generate, store, and load a specific RTCCertfiicate.
2. Upload the certificate fingerprint to a webserver.
3. Establish a WebRTC session between two browser instances, verify the
certificate used has been registered and terminate the connection if not.