-
Notifications
You must be signed in to change notification settings - Fork 60
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
Google Authentication does not work for some people #203
Comments
Hi! Thanks for letting me know! The Google Auth library used earlierly was obsolete so I re-implemented Google Auth just recentrly and this may be related. It works for me of course, but that's clearly not good enough :( I'll look into this. Meanwhile, there are some things I'd like to ask from you, in order to speed this up:
Thanks! |
Thanks so much!! Let me answer the questions that I can answer right away first.
I cleaned the Cookies in Firefox. Then, my recent board lists are removed, but the same problem still occurs. Screencast.from.2023.02.07.16.57.07.webm |
Console:
|
My email is *********************** |
Thanks for your quick replies! I edited your reply above by masking your email to protect you from possible scrapers/spammers. I'll try to figure out what's going on here. Do you happen to have any privacy plugins in your browser that might have an effect here btw? |
I con confirm that your login attempt just a while ago was successful on the server side - the console.log on google-auth.ts was triggered and shows you name+email. After that it sets the Here's the real finding though: in your console log there is this line
I masked the token in your comment and removed the screenshot for privacy. So there's something wrong with the token or token parsing on the client side. I'll dig deeper. |
Thanks! Please let me know if there is anything I can help with.
I can't think of any plugins in my browser that would affect this. Some people around me can sign in. Some can't. |
Hi! The problem is now hopefully fixed in 2807e77. The earlier implementation was based on an incorrect suggestion in Stack Overflow. One must understand that in JWT the encoding is base64url instead of standard base64. Lemme know if it's fixed for you now! |
The problem is fixed!! I can sign in!! |
No problem! Thanks for helping me out - this helps a lot of other users as well. |
Feature request story or issue
Screenshot
Url
A sentence description of the problem
Short DESCRIPTION: I can't sign in. (I could about a month ago, but recently I can't)
sign in
.Signing in...
message is displayed.I expect that my account name is displayed and
sign in
button changes tosign out
button at 3.I can't access boards with access control because of this problem.
This board is for authorized users only. Click here to sign in.
message is displayed.here
.singing in...
message is displayed.This board is for authorized users only. Click here to sign in.
message is displayed again.I tried this in some environments, but I couldn't in any of them, so it doesn't seem to have anything to do with the environment or the browser.
I tried the following combination:
Maybe it's not an environmental issue, maybe it's an account issue...
Some people around me have been unable to sign in recently.
That's it! Thanks.
The text was updated successfully, but these errors were encountered: