emacs-oauth2-auto
emacs-oauth2-auto copied to clipboard
authenticating with Google throws ''Something went wrong'
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:

I am using the latest commit from main branch.
Thanks for any help with that!
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.