bearer 0.2.3

Command line utility to generate HTTP Authorization header with bearer tokens. This is achieved with OAuth2 authorization code and refresh token workflow.
1
2
3
4
5
6
7
8
9
10
11
[client]
provider = "Dummy"
token_url = "http://127.0.0.1:1337/token"
authorize_url = "http://127.0.0.1:1337/authorize"
client_id = "129eff26"
secret = "00163e60d80f"

[tokens]
access_token = "56afe18"
expires_at = 2117-03-23T22:24:03.000000000+00:00
refresh_token = "d064258c7"