https://github.com/hdonnay/goa-oauth2
This utility retrieves OAuth2 tokens from the GNOME Online Accounts service.
https://github.com/hdonnay/goa-oauth2
Last synced: about 2 months ago
JSON representation
This utility retrieves OAuth2 tokens from the GNOME Online Accounts service.
- Host: GitHub
- URL: https://github.com/hdonnay/goa-oauth2
- Owner: hdonnay
- License: gpl-3.0
- Created: 2021-09-08T18:24:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T22:14:34.000Z (over 1 year ago)
- Last Synced: 2025-02-28T03:52:38.106Z (2 months ago)
- Language: Rust
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# goa-oauth2
[](https://crates.io/crates/goa-oauth2)This utility retrieves OAuth2 tokens from the GNOME Online Accounts service.
It's extremely useful for applications like msmtp:```.msmtprc
defaults
auth oauthbeareraccount gmail
host smtp.gmail.com
from [email protected]
user [email protected]
passwordeval goa-oauth2 [email protected]
```