-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
4.0 stabilization #166
Comments
Hey @avtrujillo, I'll probably stabilize 4.0 soon after stabilizing oauth2 5.0. Since both of these versions had major breaking changes, I'd like to wait another couple of months to see if additional issues get filed that might require further breaking changes to fix. In the meantime, the latest alpha releases should be safe to use in production; they're just not guaranteed to be API stable. See also ramosbugs/oauth2-rs#260 (comment) |
As part of the stabilization effort I would humbly suggest testing We’ve been trying to connect our Rauthy-based OIDC provider with projects like Kitsune (by @aumetra) which uses your crate, but there’s an incompatibility. I wish I could provide deeper insights but we haven’t gotten to the root of the issue yet. All we know so far is that other OIDC-compatible applications are working fine: muni-town/weird#28 |
@erlend-sh if there is an issue with Rauthy, please let me know. |
The UserInfo fetch won't work correctly. It errors out. Works correctly against keycloak. |
Rauthy works with every client app I tested so far, so it would be nice to know what / where the actual problem is. Not sure if this is the right issue for this. The |
4.0.0-rc.1 is now released, so the API is considered stable (i.e., no further breaking changes) for 4.x. If there are no further bugs filed in the next few weeks I'll promote this release to 4.0.0. |
Hi,
What contributions or actions are needed in order to stabilize version 4.0 of this crate?
The text was updated successfully, but these errors were encountered: