add a comment to DESCR drawing attention to the oauth2 refresh token

script now included in Mutt's examples dir (which uses python 3 whereas
this one is still py2-only).
This commit is contained in:
sthen 2020-11-07 22:22:43 +00:00
parent f976bd0ffb
commit 4880bfbb31
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2019/12/17 13:15:04 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2020/11/07 22:22:43 sthen Exp $
COMMENT= tool for authenticating to Gmail with OAuth2
@ -7,7 +7,7 @@ GH_PROJECT= gmail-oauth2-tools
GH_COMMIT= e3229155a4037267ce40f1a3a681f53221aa4d8d
DISTNAME= gmail-oauth2-0.20190529
REVISION= 0
REVISION= 1
CATEGORIES= security mail

View File

@ -2,4 +2,6 @@ oauth2.py is a script that can be used as a standalone utility for
generating and authorizing OAuth tokens, and for generating OAuth2
authentication strings from OAuth tokens.
This can be used with mutt to allow oauth2 logins to Gmail.
This can be used with Mutt to allow oauth2 logins to Gmail, although
in newer version of Mutt (2.0+) an alternative written using Python 3
is available in ${PREFIX}/share/examples/mutt/mutt_oauth2.py.