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

authenticating with Google throws ''Something went wrong' #8

Open
lwiechec opened this issue Aug 18, 2022 · 1 comment
Open

authenticating with Google throws ''Something went wrong' #8

lwiechec opened this issue Aug 18, 2022 · 1 comment

Comments

@lwiechec
Copy link

Hi,

I am trying to authenticate with google. When I do the following:

(require 'oauth2-auto)
(require 'aio)
(require 'dash)
(require 'alert)

(setq oauth2-auto-google-client-id "[REDACTED]"
      oauth2-auto-google-client-secret "[REDACTED]")

;; testing
(oauth2-auto-access-token-sync oauth2-auto-google-client-id 'google)

The browser displays the authentication page correctly, shows the name of the app that I would like to 'use' . But when I want to proceed, I can see this:

2022-08-18_09-02

I am using the latest commit from main branch.

Thanks for any help with that!

@rhaps0dy
Copy link
Collaborator

rhaps0dy commented Sep 5, 2022

I can't help you without a more detailed error message. I've tried to find a method to elicit one from the machine, but don't have any. Did you manage to solve this?

In any case, I'm working on getting emacs-oauth2-auto verified by Google, so at least users won't need to create their own apps. Maybe that'll solve this.

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

2 participants