Vorlent / cozycast

movie night over the internet
Other
5 stars 3 forks source link

Implement room invites #104

Closed Vorlent closed 4 years ago

Vorlent commented 4 years ago

The owner of a room should be able to create invite links. Clicking these invite links will add the user as an approved member to the room. The invite will be used to generate a token or identifier which is stored in localStorage. This way it will be possible to kick users by checking whether they have a valid identifier and that it is not in the blacklist.

Vorlent commented 4 years ago

Pretty much done.