You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With React v19 and oidc-client-ts v3, we'll be breaking our library and need to bump the major version. Nobody likes to break stuff, but since both libraries are core to oidc-react, we need to.
That said, I'd like to get potential feedback from users and contributors of oidc-react about anything we'd like to else we want to change in the API or in general, seeing as we will need a migration guide anyway.
The schedule for the release of oidc-react v4 is February 2025.
The text was updated successfully, but these errors were encountered:
anything we'd like to else we want to change in the API or in general
I hope here is here a good place to comment?
The isLoading prop is good, but it'd be nice to have suspense friendly version.
An easier way to return the user to the same URL would also be welcome, though I guess the way in which that occurs would need to be delegated to whatever routing mechanism the consuming app is using, e.g. React Router.
Hello!
With React v19 and oidc-client-ts v3, we'll be breaking our library and need to bump the major version. Nobody likes to break stuff, but since both libraries are core to
oidc-react
, we need to.That said, I'd like to get potential feedback from users and contributors of
oidc-react
about anything we'd like to else we want to change in the API or in general, seeing as we will need a migration guide anyway.The schedule for the release of oidc-react v4 is February 2025.
The text was updated successfully, but these errors were encountered: