Skip to content

finch/finch-oauth2

Repository files navigation

Build Status Maven Central


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

The project is published in Maven Central. Adding it to sbt is as follows:

libraryDependencies ++= Seq(
  "com.github.finagle" %% "finch-oauth2" % "version"
)

There are usage examples in finch documentation.