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

Add security layer to avoid misuse #5

Open
acorbi opened this issue Nov 4, 2014 · 4 comments
Open

Add security layer to avoid misuse #5

acorbi opened this issue Nov 4, 2014 · 4 comments

Comments

@acorbi
Copy link

acorbi commented Nov 4, 2014

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:

@elf-pavlik
Copy link
Member

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

@almereyda
Copy link
Member

Yeah, token based security. How long should such a token live; 15 minutes?

@almereyda
Copy link
Member

@elf-pavlik As mentionned in the chat, this doesn't work anymore for shared profiles like Events, Places or Organizations.

@elf-pavlik
Copy link
Member

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants