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 has been archived by the owner on Apr 28, 2020. It is now read-only.
Client apps should have a contact email address for support issues (if say, an API is changing and we need to notify the app's owner).
Since apps can be owned by an org and orgs don't have email addresses, we can't default to the owner's email. However, a plain text field will effectively be an unverified email.
If we implement the second option (limit choices to the editing user's personal addresses), we will be encouraging users to add a shared email address to their personal account. This is dangerous as shared email addresses provide a vector for breaking into an individual's account. Our options appear to be:
Unverified email addresses
Separate verification for client app email addresses, handled independent of UserEmail verification.
Ironically, the latter is how Hasjob verifies email addresses (for job posts), bypassing Lastuser entirely. Now we have the same solution pattern in Lastuser.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Client apps should have a contact email address for support issues (if say, an API is changing and we need to notify the app's owner).
Since apps can be owned by an org and orgs don't have email addresses, we can't default to the owner's email. However, a plain text field will effectively be an unverified email.
Options:
The text was updated successfully, but these errors were encountered: