-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: switch to OIDC library that's actually released #1371
Conversation
That failing test smells like a GTFS change issue unrelated to this PR. I can check that out. |
#1372 should fix that test case. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this is great. It took me a minute to spot the extra "c" and understand what I was looking at—I hadn't come across this library before. This is very timely as I'm just today adding SSO support to our new project, so I will shift direction and use this library.
elixir 1.14.5-otp-25 | ||
erlang 25.3.2.7 | ||
elixir 1.14.5-otp-26 | ||
erlang 26.1.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
praise: 👍 Thanks!
It's a fairly new library, but I wanted something that 1) supported log out fairly natively 2) was in Hex and ended up with Oidcc (even OpenID certified!) and the UeberauthOidcc wrapper around it. |
Ugh, the data changed again. I have a new fix. |
Rebasing this branch now. |
As far as I can tell, the test failures are only in
alerts_processor
and are also happening onmain
.