Remove oauth-authentication-scala-http4s
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. OAuth which stands for Open Authorization is an open standard framework that allows the user to permit a website or application to interact with another without giving up his or her password.

Scala 52