What's the proper way to integrate with react-oidc-context?
I am using
Is there any way through which I can go to the router pending component and wait there for
react-oidc-context for auth, I want to integrate the router with it, but I do not want to go into the app without auth being loadedIs there any way through which I can go to the router pending component and wait there for
isLoading to become false?