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

Github & Twitter registration always shows "unauthorized" #93

Closed
MrOrz opened this issue Jul 7, 2018 · 1 comment · Fixed by #107
Closed

Github & Twitter registration always shows "unauthorized" #93

MrOrz opened this issue Jul 7, 2018 · 1 comment · Fixed by #107
Assignees

Comments

@MrOrz
Copy link
Member

MrOrz commented Jul 7, 2018

If the user does not exist before, the user will be prompted "unauthorized"

Error logs:

@MrOrz MrOrz added the bug label Jul 7, 2018
@nonumpa nonumpa self-assigned this Oct 17, 2018
@nonumpa
Copy link
Member

nonumpa commented Oct 17, 2018

Rollbar issue 59 :

We get message Error: created at auth.js line120 throw new Error(createUserResult.result);

And it's said that created field deprecated in the Index API.

So createUserResult.created (line 110) will never be true.

I will modify it to createUserResult.result === 'created'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants