We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently I'm using Mozilla Persona for identity. This gives only one piece of information: the user's email.
I can additionally hash the email to get a gravitar icon.
Problems:
Wishlist:
Twitter gives this, but doesn't give email. Twitter handle would be a nice option for associating posts with a public ID (email isn't public ID)
Another option would be to allow the user to set a local username, but then changing it would break the assoc.
Other possibilities:
http://stackoverflow.com/questions/1541239/unique-constraints-in-couchdb
The text was updated successfully, but these errors were encountered:
Here's what I'm thinking:
If at some point we decide authors need names, we will add a user record type, editable by that user.
Sorry, something went wrong.
edrex
No branches or pull requests
Currently I'm using Mozilla Persona for identity. This gives only one piece of information: the user's email.
I can additionally hash the email to get a gravitar icon.
Problems:
Wishlist:
Twitter gives this, but doesn't give email. Twitter handle would be a nice option for associating posts with a public ID (email isn't public ID)
Another option would be to allow the user to set a local username, but then changing it would break the assoc.
Other possibilities:
http://stackoverflow.com/questions/1541239/unique-constraints-in-couchdb
The text was updated successfully, but these errors were encountered: