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

Updating from 1.2.1 to 2.0.0 for simple sign in #223

Open
c4f3a0ce opened this issue Dec 22, 2022 · 0 comments
Open

Updating from 1.2.1 to 2.0.0 for simple sign in #223

c4f3a0ce opened this issue Dec 22, 2022 · 0 comments

Comments

@c4f3a0ce
Copy link

c4f3a0ce commented Dec 22, 2022

What goes wrong

I have Web application OAuth client id configured which works just fine for an application using googleAuthR 1.2.1 with googleAuthUI + googleAuth + with_shiny. I'm able to retrieve user_info as expected.

I attempted to update application to googleAuthR 2.0.0 with googleSignInUI + googleSignIn but noticed no data is retrieved and the sign-in button stays in "Sign in" state. No errors a printed, nothing is shown in the log (I used options(googleAuthR.verbose=2) ).

To make sure that it is nothing application specific I tried using simple sign in example with my token substituted.

Expected output

I can properly sign-in to google and retrieve user data.

Actual output

Nothing specific happens. After login into google and authorizing app, google seems to redirect properly, but app does nothing (doesn't seem like server hits debug output),

What am I doing wrong?

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