Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hash user IDs when passing to API calls #125

Open
daronco opened this issue May 31, 2016 · 0 comments
Open

Hash user IDs when passing to API calls #125

daronco opened this issue May 31, 2016 · 0 comments

Comments

@daronco
Copy link
Member

daronco commented May 31, 2016

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 daronco added this to the v2.1.0 milestone May 31, 2016
@daronco daronco modified the milestones: v3.0.0, v2.1.0 Jun 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant