-
Notifications
You must be signed in to change notification settings - Fork 141
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
"Official Accounts" mechanism like Twitter of Facebook #62
Comments
Like captcha, it's possible that we can utilize oauth2 mechanism to get the information from Google / FB. In the "validating-account" flow, we instruct the users to paste the link to the browser for oauth2. We can put the corresponding email and full name (if available) back to the storage when we receive the results from oauth2 and the account is considered as a valid account. |
You completely misunderstood. I'm talking about the "blue checkmark" on Twitter or "Official fanpage" on Facebook. I have no intention of adding Oauth. |
In this case, we can discuss:
|
That is a policy thing and is not relevant to what we're doing here on GitHub. |
Then what I would like to discuss is:
We may incorporate the following policies in the 1st-version of the implementation:
|
Just so we're on the same page so, this feature is NOT for people that simply pass the basic account verification, whatever mechanism used. So your comment simply doesn't apply. I imagine the policy for "official accounts" would be verification by hand. And again, policy making is NOT what we're doing here on GitHub. |
Hello there, I want to make sure, what info we should store. First, we should store a flag to make some account has check sign✔ Second, I think we need a timestamp, note, operator field to record who certificate this account. Thanks~ === |
At this point I'm not sure there's much need for this feature. |
No description provided.
The text was updated successfully, but these errors were encountered: