emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: oauth2 support for Emacs email clients


From: Andrew Cohen
Subject: Re: oauth2 support for Emacs email clients
Date: Wed, 4 Aug 2021 23:12:18 +0000 (UTC)

Ahh, thanks, that was it.

Too many timing variables-the access token has a lifetime of 60 minutes; auth-source was caching this for 2 hours; and gpg-agent has a default cache time of 2 hours as well.

But a few minutes of configuration and now I don't have to type a password too frequently:)

Aug 4, 2021 3:42:02 PM Andreas Schwab <schwab@linux-m68k.org>:

On Aug 04 2021, Andrew Cohen wrote:

No, this has nothing to do with oauth2---the automatic refreshing works just fine. Its the auth-store that is asking for a password to read the
local plstore file (for some reason it caches the password for some
relatively short length of time, but then decides it needs the password
after a couple of hours).

plstore does no caching itself by default.  For asymmetric encryption it
depends on epg, and you can configure the cache time in gpg-agent.

Andreas.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]