finch / finch-oauth2   0.31.0

Apache License 2.0 GitHub

Finch + Finagle OAuth2

Scala versions: 2.12 2.11

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.