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
We're using the react package, but due to the nature of our setup with Tanstack Start, we can't get access to the auth client in our router context.
Describe what you'd like Logto to have
To resolve this we'd like to propose a little change to make the setup more flexible by allowing to pass a logto client instance to the LogtoProvider instead of initializing it internally.