-
Notifications
You must be signed in to change notification settings - Fork 188
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
Move verification of IdToken to before accessing tokens #28
Move verification of IdToken to before accessing tokens #28
Conversation
@m0n9oose friendly ping ;) |
Any chance for a new release? |
@krzysiek1507 yeah, sure. I was going to ask you to test current |
@m0n9oose I've tested my changes on in my application already. |
Without this change, my application throws a validation error all the time. |
yeah, i know but this release has more changes and it would be great to test it properly before push to public
Sorry i didn't get it. Current |
@m0n9oose tested |
@m0n9oose I testing the master, same as v0.3.2 (definitely), because it's same code... I still can not catch the purpose of this PR (#28)
|
After updating from 0.3.1 to 0.3.2 I am receiving a similar error to @Eric-Guo in a Rails 5.2 app: undefined method `count' for nil:NilClass, line: "case jwt_string.count('.') + 1"
Backtrace
I'm reverting and locking to 0.3.1 until I have more time to see if I can help figure out the cause of the regression. Also, thanks for this gem - it's been a key part of helping migrate several old Rails apps from rubycas to openid connect. |
@Eric-Guo @kmeister2000 what is your config? |
Got it. Will take a look as soon as I can. |
I found the problem. I have in my config |
I've sent PR #34. Sorry! |
I ran into the same problem as #28 (comment) while trying to upgrade GitLab to use v0.3.2. It looks like the work in #34 has carried over to #38. Can we help get that moving? |
Closes #27