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
The current signIn method leads to poor UX since it involves browser redirections. In contrast, the trysSignInSilently method allows signing in without redirections.
However, this method requires the user to have already logged into the server. This can be improved by modifying the method to trigger an OIDC flow if the user is not signed into the server. And this method can be renamed as signIn while renaming the signIn method to something like signInWithRedirection.
The current
signIn
method leads to poor UX since it involves browser redirections. In contrast, thetrysSignInSilently
method allows signing in without redirections.However, this method requires the user to have already logged into the server. This can be improved by modifying the method to trigger an OIDC flow if the user is not signed into the server. And this method can be renamed as
signIn
while renaming thesignIn
method to something likesignInWithRedirection
.Points to consider: #42 (comment)
The text was updated successfully, but these errors were encountered: