Remove http4s-tutorial
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. by Herbert Kateu Hey, it’s Daniel here. val ZxingVersion = "3.5.1" POST ) request.

Scala 92
article thumbnail

OAuth Authentication in Scala with Http4s

Rock the JVM

SNAPSHOT" , scalaVersion := scala3Version , libraryDependencies ++= Seq ( emberServer , emberClient , http4sDsl , http4sCirce , ciris , cirisCirce ) ++ circeLibs ) We use Scala 3 in this tutorial, if you need to use Scala 2.13, you can do so with minimal code changes. val Http4sVersion = "0.23.18" val CirisVersion = "3.2.0" handleError ( _.

Scala 52
article thumbnail

Scala CLI Tutorial: Creating a CLI Sudoku Solver

Rock the JVM

Which brings us to this article: Antonio originally started from my Sudoku backtracking article and built a Scala CLI tutorial for the juniors he’s mentoring. Antonio is an alumnus of Rock the JVM, now a senior Scala developer with his own contributions to Scala libraries and junior devs under his mentorship. Enter Antonio: 1.

Scala 52