PlainTextAuthStore

org.http4s.server.middleware.authentication.DigestAuth$.PlainTextAuthStore$
See thePlainTextAuthStore companion class

A function mapping username to a user object and password, or None if no user exists.

Requires that the server can recover the password in clear text, which is strongly discouraged. Please use Md5HashedAuthStore if you can.

Attributes

Companion
class
Source
DigestAuth.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[F[_], A](func: String => F[Option[(A, String)]]): AuthStore[F, A]

Attributes

Source
DigestAuth.scala