PlainTextAuthStore

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.

Companion:
class
Source:
DigestAuth.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

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