Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 623 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 623 Bytes

akka-http-oauth2-provider Build Status

This library is enabled using scala-oauth2-provider in Akka HTTP.

Setup

Add "akka-http-oauth2-provider" to library dependencies of your project.

libraryDependencies ++= Seq(
  "com.nulab-inc" %% "scala-oauth2-core" % "1.3.0",
  "com.nulab-inc" %% "akka-http-oauth2-provider" % "1.3.0"
)
Library version Akka HTTP version
1.3.0 2.4.x