org.http4s.server.middleware.authentication.DigestAuth$.PlainTextAuthStore$
See thePlainTextAuthStore companion class
object 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.
Attributes
- Companion:
- class
- Source:
- DigestAuth.scala
- Graph
- Supertypes
- Self type
- PlainTextAuthStore.type