emacs-oauth2-auto icon indicating copy to clipboard operation
emacs-oauth2-auto copied to clipboard

Automatically stored and configured OAuth2 for Emacs

Results 6 emacs-oauth2-auto issues
Sort by recently updated
recently updated
newest added

I'm trying to use oauth2-auto for kidd/org-gcal.el#200, but I sometimes find that the plstore data is being stored not in the plstore file that oauth2-auto creates, but rather in my...

The repo is now hosted by telotortium rather than rhaps0dy, so that's where the URL in the message should point to.

To get the library Google-approved, I've decided that making the requestable scopes modular will be useful. Here's also some tests, though not complete. That is a step towards MELPA approval.

Hi, I am trying to authenticate with google. When I do the following: ```elisp (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...

Hello, I am trying to access my mails on outlook.com with this package. I have the following configutaion: ``` (use-package oauth2-auto :init (setq oauth2-auto-microsoft-default-tenant "common" oauth2-auto-microsoft-client-id "08162f7c-0fd2-4200-a84a-f25a4db0b584" oauth2-auto-microsoft-client-secret "TxRBilcHdC6WGBee]fs?QR:SJ8nI[g82")) ```...