arron-green / finch-oauth2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Apache License 2.0


Languages

Language:Scala 100.0%