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
[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"