Skip to content

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
vkostyukov authored Aug 10, 2018
1 parent d1411f0 commit 049ceae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

[![Build Status](https://travis-ci.com/finch/finch-oauth2.svg?branch=master)](https://travis-ci.com/finch/finch-oauth2)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.finagle/finch-oauth2_2.12.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.finagle/finch-oauth2_2.12)

----

This project provides OAuth2 support backed by the [finagle-oauth2][finagle-oauth2] library.

The project is published in Maven Central. Adding it to sbt is as follows:
Expand All @@ -11,4 +16,4 @@ libraryDependencies ++= Seq(
There are usage examples in [finch documentation](finch-oauth-cookbook).

[finagle-oauth2]: https://github.com/finagle/finagle-oauth2
[finch-oauth-cookbook]: http://finagle.github.io/finch/cookbook.html#oauth2
[finch-oauth-cookbook]: http://finagle.github.io/finch/cookbook.html#oauth2

0 comments on commit 049ceae

Please sign in to comment.