An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# goa-oauth2
[![Crates.io](https://img.shields.io/crates/v/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 oauthbearer

account gmail
host smtp.gmail.com
from [email protected]
user [email protected]
passwordeval goa-oauth2 [email protected]
```