Md5HashedAuthStore

org.http4s.server.middleware.authentication.DigestAuth.Md5HashedAuthStore
See theMd5HashedAuthStore companion class

A function mapping username to a user object and precomputed md5 hash of the username, realm, and password, or None if no user exists.

More secure than PlainTextAuthStore due to only needing to store the digested hash instead of the password in plain text.

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

Attributes

Source
DigestAuth.scala