Skip to content

Commit

Permalink
update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
novakov-alexey committed Jun 17, 2024
1 parent 70dd8d7 commit f2a73b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# http4s-spnego

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e5cbdb15d6e14135bc970a5f83706fcb)](https://app.codacy.com/app/novakov.alex/http4s-spnego?utm_source=github.com&utm_medium=referral&utm_content=novakov-alexey/http4s-spnego&utm_campaign=Badge_Grade_Dashboard)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.novakov-alexey/http4s-spnego_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.novakov-alexey/http4s-spnego_2.13)
![Build](https://github.com/novakov-alexey/http4s-spnego/workflows/CI/badge.svg?branch=master)
![Build](https://github.com/novakov-alexey/http4s-spnego/actions/workflows/scala.yml/badge.svg?branch=master)

This library provides [SPNEGO Authentication](https://en.wikipedia.org/wiki/SPNEGO) as a middleware for [http4s](https://github.com/http4s/http4s).

Expand All @@ -15,7 +14,7 @@ Project is an adaptation of [akka-http-spnego](https://github.com/tresata/akka-h
```scala
libraryDependencies += "io.github.novakov-alexey" % "http4s-spnego_2.13" % "<version>"
or
libraryDependencies += "io.github.novakov-alexey" % "http4s-spnego_2.12" % "<version>"
libraryDependencies += "io.github.novakov-alexey" % "http4s-spnego_3" % "<version>"
```

2. Instantiate `Spnego` using `SpnegoConfig` and `JaasConfig` case classes:
Expand Down

0 comments on commit f2a73b7

Please sign in to comment.