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

Check whether a discord tag has been used already #5

Open
thecreativeuniverse opened this issue Aug 22, 2021 · 3 comments
Open

Check whether a discord tag has been used already #5

thecreativeuniverse opened this issue Aug 22, 2021 · 3 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@thecreativeuniverse
Copy link
Contributor

One discord account can currently be used to link multiple minecraft accounts

@rainestormee rainestormee added the enhancement New feature or request label Aug 22, 2021
@rainestormee
Copy link
Member

Maybe if we stored a list of Discord user IDs of people that have authenticated, but not in conjunction with their minecraft username that might be okay for GDPR?

@rainestormee rainestormee added the wontfix This will not be worked on label Aug 22, 2021
@rainestormee
Copy link
Member

For now I’ll apply wontfix until we figure out how we can deal with this.

@LMBishop
Copy link

FWIW, storing a UUID shouldn't be an issue GDPR-wise since it doesn't really belong to the player, but if you're adamant on avoiding GDPR mess then consider storing a hash of the UUID instead (or just throw up a giant warning). Though, the concern about GDPR is kinda pointless anyway since the Minecraft server will automatically log IP addresses regardless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants