Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christopherdavenport/http4s-basicauth-example
https://github.com/christopherdavenport/http4s-basicauth-example
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/christopherdavenport/http4s-basicauth-example
- Owner: ChristopherDavenport
- License: mit
- Created: 2021-03-02T19:24:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-03T15:27:42.000Z (over 3 years ago)
- Last Synced: 2023-03-01T14:46:42.037Z (over 1 year ago)
- Language: Scala
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# http4s-basicauth-example - Http4s Basic Auth Example [![Build Status](https://travis-ci.com/ChristopherDavenport/http4s-basicauth-example.svg?branch=master)](https://travis-ci.com/ChristopherDavenport/http4s-basicauth-example) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/http4s-basicauth-example_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/http4s-basicauth-example_2.12) ![Code of Consuct](https://img.shields.io/badge/Code%20of%20Conduct-Scala-blue.svg)
## [Head on over to the microsite](https://ChristopherDavenport.github.io/http4s-basicauth-example)
## Quick Start
To use http4s-basicauth-example in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your
`build.sbt` depending on your needs:```scala
libraryDependencies ++= Seq(
"io.chrisdavenport" %% "http4s-basicauth-example" % ""
)
```