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

Validate Author field matches current user #29

Open
3 tasks
edrex opened this issue Jan 19, 2014 · 1 comment
Open
3 tasks

Validate Author field matches current user #29

edrex opened this issue Jan 19, 2014 · 1 comment

Comments

@edrex
Copy link
Owner

edrex commented Jan 19, 2014

  • md5 commonjs module for validation
  • validate author_email_md5 matches md5(userCtx.name)
  • on client, add md5 field on publish
@ghost ghost assigned edrex Jan 19, 2014
@edrex
Copy link
Owner Author

edrex commented Jan 22, 2014

Related to #55

Current thinking:

  • md5 email as user ID (instead of SHA1, because gravatar uses md5)
  • will need md5 hash function impl on client and server (maybe use browserify?)

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