Remove scala-http4s-authentication
article thumbnail

HTTP Authentication with Scala and Http4s

Rock the JVM

You’re reading a big article about the Http4s library. Http4s is one of the most powerful libraries in the Scala ecosystem, and it’s part of the Typelevel stack. If you want to master the Typelevel Scala libraries with real-life practice, check out the Typelevel Rite of Passage course, a full-stack project-based course.

Scala 52
article thumbnail

HTTP Authentication with Scala and Http4s

Rock the JVM

You’re reading a big article about the Http4s library. Http4s is one of the most powerful libraries in the Scala ecosystem, and it’s part of the Typelevel stack. If you want to master the Typelevel Scala libraries with real-life practice, check out the Typelevel Rite of Passage course, a full-stack project-based course.

Scala 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Two-Factor Authentication in Scala with Http4s

Rock the JVM

You’re reading a giant article about a real-life use of the Http4s library. If you want to master the Typelevel Scala libraries (including Http4s) with real-life practice, check out the Typelevel Rite of Passage course, a full-stack project-based course. It’s my biggest and most jam-packed course yet. val ZxingVersion = "3.5.1"

Scala 92
article thumbnail

OAuth Authentication in Scala with Http4s

Rock the JVM

Introduction This is a follow-up to the Two Factor Authentication article that was written earlier, and as such is the third article in the series. Before we dive into Scala code, we need to register our application on github.com, Github will provide us with important credentials relevant for our app to function. by Herbert Kateu 1.

Scala 52