You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 24, 2018. It is now read-only.
Of these, we discussed at WCNYC that we may want to limit the information about a user that we expose. I propose limiting embedded response data (and responses for non-authenticated requests, see #297) to these values:
name: (the name explicitly selected for display on the site)
slug: The public slug representation of the user, for use with routes etc
nickname: If this gets populated, I think it'd make sense to expose it since I've seen it commonly used on things like author archive pages
This would mean we would omit the following:
username: Even though this is probably the same as slug (need to confirm this), we probably don't want to give away internal account names where possible
first_name: Superseded by name
last_name: Superseded by name
We also discussed removing registered, unless anyone can think of a compelling reason why it should be in the public responses