https://github.com/nulab/akka-http-oauth2-provider
This library is enabled using scala-oauth2-provider in Akka HTTP
https://github.com/nulab/akka-http-oauth2-provider
akka-http scala-oauth2-provider
Last synced: about 1 year ago
JSON representation
This library is enabled using scala-oauth2-provider in Akka HTTP
- Host: GitHub
- URL: https://github.com/nulab/akka-http-oauth2-provider
- Owner: nulab
- License: mit
- Created: 2017-01-22T16:54:30.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T14:39:21.000Z (over 4 years ago)
- Last Synced: 2025-03-11T06:54:56.572Z (over 1 year ago)
- Topics: akka-http, scala-oauth2-provider
- Language: Scala
- Size: 24.4 KB
- Stars: 24
- Watchers: 20
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# akka-http-oauth2-provider [](https://github.com/nulab/akka-http-oauth2-provider/actions/workflows/ci.yml)
This library is enabled using [scala-oauth2-provider](https://github.com/nulab/scala-oauth2-provider) in Akka HTTP.
## Setup
Add "akka-http-oauth2-provider" to library dependencies of your project.
```scala
libraryDependencies ++= Seq(
"com.nulab-inc" %% "scala-oauth2-core" % "1.5.0",
"com.nulab-inc" %% "akka-http-oauth2-provider" % "1.4.0"
)
```
Library version | Akka HTTP version
--------------- | ------------
1.4.0 | 10.1.x
1.3.0 | 2.4.x