bearer 0.2.1

Command line utility to generate HTTP Authorization header for bearer tokens as describes in RFC 6750.
1
2
3
4
5
6
7
8
9
# Bearer

[![Build Status](https://travis-ci.org/mardiros/bearer.svg?branch=master)](https://travis-ci.org/mardiros/bearer)
[![Current Crates.io Version](https://img.shields.io/crates/v/bearer.svg)](https://crates.io/crates/bearer)


```
curl -H "$(bearer client_name)" "http://<oauth2 api>" | jq
```