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
Introduce the support to send additional params to the URL constructed in the silent sign in method (trySignInSilently).
We can use these additional params to customise the authentication script.
example:
// Include additional parameters in silent sign-intrySignInSilently({fidp: "LOCAL",customParam: "value"}).then((response)=>{// Perform actions based on responseif(!response){// If silent sign-in fails, fallback to regular sign-insignIn();}});
The text was updated successfully, but these errors were encountered:
Describe the improvement
trySignInSilently
).example:
The text was updated successfully, but these errors were encountered: