bigbluebutton_rails icon indicating copy to clipboard operation
bigbluebutton_rails copied to clipboard

Hash user IDs when passing to API calls

Open daronco opened this issue 8 years ago • 0 comments

Instead of passing the user's ID directly as the parameter userID in join API calls (see this), the gem could hash this ID with something like sha1 to make sure the actual ID that comes from the database is not leaked while still make sure it's unique and always the same for users that have the same ID.

daronco avatar May 31 '16 18:05 daronco