Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the trySignInSilently method as the default sign in method #44

Open
thivi opened this issue Aug 5, 2021 · 0 comments
Open

Make the trySignInSilently method as the default sign in method #44

thivi opened this issue Aug 5, 2021 · 0 comments

Comments

@thivi
Copy link
Contributor

thivi commented Aug 5, 2021

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.

Points to consider: #42 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant