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
Using react-oidc, is there a possibility of not having components showing the different state (at least for the Authenticating and CallBackSuccess)?
I'd like to have the frontend of my app stay the same and the login to be "discreet".
The text was updated successfully, but these errors were encountered:
I have tried to removed it in the past but whithout success.
In the future Authenticating will be optional, but I cannot remove the second one CallBackSuccess because it help to prevent malicious javascript to execute.
Hello !
Using react-oidc, is there a possibility of not having components showing the different state (at least for the
Authenticating
andCallBackSuccess
)?I'd like to have the frontend of my app stay the same and the login to be "discreet".
The text was updated successfully, but these errors were encountered: