tuzig / peerbook

peerbook is A WebRTC signaling server with per-user address book
GNU Affero General Public License v3.0
3 stars 4 forks source link

send the user an email #3

Closed daonb closed 3 years ago

daonb commented 3 years ago

When a new peer is asking to join, send his owner an email with a link. clicking the link will lead the user toa web page with a table of his peers. The only editable column is the "verified" which is a check box.

Once the user finished checking and unchecking he presses the "submit" button and the list is sent to peerbook. peerbook will update the user's list of peers and send a "200" message to those authorized peers that are currently connected.