-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add security layer to avoid misuse #5
Comments
To keep it simple I would suggest just to base authentication on email address. We could use Mozilla Persona and possibly as alternative simply send confirmation email for update/move/delete |
Yeah, token based security. How long should such a token live; 15 minutes? |
@elf-pavlik As mentionned in the chat, this doesn't work anymore for shared profiles like Events, Places or Organizations. |
@almereyda it can, one just needs to add more email addresses to non public whitelist of who can edit it... think something like share dialog in GDrive |
Currently, only the URI where a profile is stored is needed to modify it, without the permission and knowledge of the profile's owner.
This issue should be addressed with some level of security in order to ensure that profiles are created/maintained only by their owner, guaranteeing data coherence and validity.
Personally, i would like to see some public/private key approach to this issue. Something that, analog to PGP (https://en.wikipedia.org/wiki/Pretty_Good_Privacy), ensures that some information has been signed by a particular person.
Relevant issues:
The text was updated successfully, but these errors were encountered: